projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Delete a directory that wasn't supposed to be checked in yet.
[oota-llvm.git]
/
examples
/
ExceptionDemo
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS jit nativecodegen)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_example(ExceptionDemo
5
ExceptionDemo.cpp
6
)