[llvm] r180622 - The exception demo needs its symbols exported.

Rafael Espindola rafael.espindola at gmail.com
Fri Apr 26 12:07:41 PDT 2013


Author: rafael
Date: Fri Apr 26 14:07:40 2013
New Revision: 180622

URL: http://llvm.org/viewvc/llvm-project?rev=180622&view=rev
Log:
The exception demo needs its symbols exported.

Modified:
    llvm/trunk/examples/ExceptionDemo/CMakeLists.txt

Modified: llvm/trunk/examples/ExceptionDemo/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/ExceptionDemo/CMakeLists.txt?rev=180622&r1=180621&r2=180622&view=diff
==============================================================================
--- llvm/trunk/examples/ExceptionDemo/CMakeLists.txt (original)
+++ llvm/trunk/examples/ExceptionDemo/CMakeLists.txt Fri Apr 26 14:07:40 2013
@@ -4,3 +4,5 @@ set(LLVM_REQUIRES_EH 1)
 add_llvm_example(ExceptionDemo
   ExceptionDemo.cpp
   )
+
+set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)





More information about the llvm-commits mailing list