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 d693c19a73
commit 03ee04bef6
1 changed files with 2 additions and 0 deletions

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)