NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
| 2 | Core |
| 3 | ExecutionEngine |
| 4 | MCJIT |
| 5 | Support |
| 6 | nativecodegen |
| 7 | ) |
| 8 | |
Oscar Fuentes | 889c1e7 | 2010-10-17 02:26:16 +0000 | [diff] [blame] | 9 | set(LLVM_REQUIRES_EH 1) |
Michael J. Spencer | 93c9b2e | 2010-09-13 23:59:48 +0000 | [diff] [blame] | 10 | |
Garrison Venn | f4d2f84 | 2010-02-09 23:22:43 +0000 | [diff] [blame] | 11 | add_llvm_example(ExceptionDemo |
| 12 | ExceptionDemo.cpp |
| 13 | ) |
Rafael Espindola | 03ee04b | 2013-04-26 19:07:40 +0000 | [diff] [blame] | 14 | |
| 15 | set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1) |