repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: managed to compile program that writes constant to global variable
[llvm/zpu.git]
/
examples
/
ExceptionDemo
/
CMakeLists.txt
blob
88c9ab7c181690c4d889a148b23753ff4dcebd60
1
set(LLVM_LINK_COMPONENTS jit nativecodegen)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_example(ExceptionDemo
5
ExceptionDemo.cpp
6
)