summaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-04-26 19:07:40 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-04-26 19:07:40 +0000
commitfbb2c7adc23b20141c5f78bbee07ae22028473a7 (patch)
tree83e6fa332d060207ed8ebcc9d4004ad5853fa6af /examples/ExceptionDemo
parent99d8179a9b99a6757381e12abdd5357eb537466f (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
Diffstat (limited to 'examples/ExceptionDemo')
-rw-r--r--examples/ExceptionDemo/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ExceptionDemo/CMakeLists.txt b/examples/ExceptionDemo/CMakeLists.txt
index 88c9ab7c181..432e683a13f 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)