mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:29:51 +00:00
The exception demo needs its symbols exported.
llvm-svn: 180622
This commit is contained in:
parent
de2ad0a8f1
commit
bea78af644
@ -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
Block a user