From: Rafael Espindola Date: Fri, 26 Apr 2013 19:07:40 +0000 (+0000) Subject: The exception demo needs its symbols exported. X-Git-Tag: android-x86-6.0-r1~154^2~131 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fbb2c7adc23b20141c5f78bbee07ae22028473a7;p=android-x86%2Fexternal-llvm.git The exception demo needs its symbols exported. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180622 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)