blob: c6b1f77e3e8bf11afca68f04db46f30099a11268 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
asmparser
bitreader
bitwriter
jit
mcjit
nativecodegen
)
set(MCJITTestsSources
MCJITTest.cpp
MCJITMemoryManagerTest.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()