diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-26 19:07:40 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-26 19:07:40 +0000 |
commit | fbb2c7adc23b20141c5f78bbee07ae22028473a7 (patch) | |
tree | 83e6fa332d060207ed8ebcc9d4004ad5853fa6af | |
parent | 99d8179a9b99a6757381e12abdd5357eb537466f (diff) |
The exception demo needs its symbols exported.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180622 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | examples/ExceptionDemo/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ExceptionDemo/CMakeLists.txt b/examples/ExceptionDemo/CMakeLists.txt index 88c9ab7c18..432e683a13 100644 --- a/examples/ExceptionDemo/CMakeLists.txt +++ b/examples/ExceptionDemo/CMakeLists.txt @@ -4,3 +4,5 @@ set(LLVM_REQUIRES_EH 1) add_llvm_example(ExceptionDemo ExceptionDemo.cpp ) + +set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1) |