blob: 5324acd21eabd4a0668679db8d67399327beab0e [file] [log] [blame]
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00001set(LLVM_LINK_COMPONENTS
2 Core
3 ExecutionEngine
4 MCJIT
5 Support
6 nativecodegen
7 )
8
Oscar Fuentes889c1e72010-10-17 02:26:16 +00009set(LLVM_REQUIRES_EH 1)
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +000010
Garrison Vennf4d2f842010-02-09 23:22:43 +000011add_llvm_example(ExceptionDemo
12 ExceptionDemo.cpp
13 )
Rafael Espindola03ee04b2013-04-26 19:07:40 +000014
15set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)