Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
bd916c54b7989ddbab373c61eb1ed2556ca44d27
/
.
/
examples
/
ExceptionDemo
/
CMakeLists.txt
blob: 293c66b2298d6cf3f3e2094176124098ecafdb52 [
file
] [
log
] [
blame
]
Garrison Venn
a2c2f1a
2010-02-09 23:22:43 +0000
[
diff
] [
blame
]
1
add_llvm_example(ExceptionDemo
2
ExceptionDemo.cpp
3
)
Michael J. Spencer
4e9c939
2010-09-10 21:14:25 +0000
[
diff
] [
blame
]
4
5
add_llvm_link_components(ExceptionDemo jit nativecodegen)