Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
84defb51ca183d136e08e87d95e2c907654405f9
/
.
/
examples
/
ExceptionDemo
/
CMakeLists.txt
blob: 88c9ab7c181690c4d889a148b23753ff4dcebd60 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS jit nativecodegen)
set(LLVM_REQUIRES_EH 1)
add_llvm_example(ExceptionDemo
ExceptionDemo.cpp
)