Skip to content

Commit

Permalink
The exception demo needs its symbols exported.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180622 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Apr 26, 2013
1 parent 99d8179 commit fbb2c7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/ExceptionDemo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ set(LLVM_REQUIRES_EH 1)
add_llvm_example(ExceptionDemo
ExceptionDemo.cpp
)

set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)

0 comments on commit fbb2c7a

Please sign in to comment.