blob: 432e683a13f285ba864d641513957eb240a58d44 [file] [log] [blame]
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +00001set(LLVM_LINK_COMPONENTS jit nativecodegen)
Oscar Fuentes889c1e72010-10-17 02:26:16 +00002set(LLVM_REQUIRES_EH 1)
Michael J. Spencer93c9b2e2010-09-13 23:59:48 +00003
Garrison Vennf4d2f842010-02-09 23:22:43 +00004add_llvm_example(ExceptionDemo
5 ExceptionDemo.cpp
6 )
Rafael Espindola03ee04b2013-04-26 19:07:40 +00007
8set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)