You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,21 +0,0 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
MC
|
||||
MCJIT
|
||||
RuntimeDyld
|
||||
Support
|
||||
Target
|
||||
nativecodegen
|
||||
)
|
||||
|
||||
# Enable EH and RTTI for this demo
|
||||
if(NOT LLVM_ENABLE_EH)
|
||||
message(FATAL_ERROR "ExceptionDemo must require EH.")
|
||||
endif()
|
||||
|
||||
add_llvm_example(ExceptionDemo
|
||||
ExceptionDemo.cpp
|
||||
)
|
||||
|
||||
export_executable_symbols(ExceptionDemo)
|
1985
external/llvm/examples/ExceptionDemo/ExceptionDemo.cpp
vendored
1985
external/llvm/examples/ExceptionDemo/ExceptionDemo.cpp
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user