The exception demo needs its symbols exported.

llvm-svn: 180622
This commit is contained in:
Rafael Espindola 2013-04-26 19:07:40 +00:00
parent de2ad0a8f1
commit bea78af644

View File

@ -4,3 +4,5 @@ set(LLVM_REQUIRES_EH 1)
add_llvm_example(ExceptionDemo
ExceptionDemo.cpp
)
set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)