Mercurial > hg > CbC > CbC_llvm
view examples/ExceptionDemo/CMakeLists.txt @ 18:5abb684876c4
report error when code segment's tail call flag was changed false
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 06 Oct 2013 00:17:31 +0900 |
parents | 9ad51c7bc036 |
children | e4204d083e25 |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS jit mcjit nativecodegen) set(LLVM_REQUIRES_EH 1) add_llvm_example(ExceptionDemo ExceptionDemo.cpp ) set_target_properties(ExceptionDemo PROPERTIES ENABLE_EXPORTS 1)