You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
33
external/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
vendored
Normal file
33
external/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Analysis
|
||||
Core
|
||||
ExecutionEngine
|
||||
IPO
|
||||
MC
|
||||
MCJIT
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
Support
|
||||
Target
|
||||
nativecodegen
|
||||
)
|
||||
|
||||
set(MCJITTestsSources
|
||||
MCJITTest.cpp
|
||||
MCJITCAPITest.cpp
|
||||
MCJITMemoryManagerTest.cpp
|
||||
MCJITMultipleModuleTest.cpp
|
||||
MCJITObjectCacheTest.cpp
|
||||
)
|
||||
|
||||
if(MSVC)
|
||||
list(APPEND MCJITTestsSources MCJITTests.def)
|
||||
endif()
|
||||
|
||||
add_llvm_unittest(MCJITTests
|
||||
${MCJITTestsSources}
|
||||
)
|
||||
|
||||
if(MINGW OR CYGWIN)
|
||||
set_property(TARGET MCJITTests PROPERTY LINK_FLAGS -Wl,--export-all-symbols)
|
||||
endif()
|
Reference in New Issue
Block a user