forked from OSchip/llvm-project
The exception demo needs its symbols exported.
llvm-svn: 180622
This commit is contained in:
parent
d693c19a73
commit
03ee04bef6
|
@ -4,3 +4,5 @@ set(LLVM_REQUIRES_EH 1)
|
|||
add_llvm_example(ExceptionDemo
|
||||
ExceptionDemo.cpp
|
||||
)
|
||||
|
||||
set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)
|
||||
|
|
Loading…
Reference in New Issue