Mercurial > hg > CbC > CbC_llvm
view unittests/IR/CMakeLists.txt @ 148:63bd29f05246
merged
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 19:46:37 +0900 |
parents | c2174574ed3a |
children |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS Analysis AsmParser Core Support Passes ) add_llvm_unittest(IRTests AsmWriterTest.cpp AttributesTest.cpp BasicBlockTest.cpp CFGBuilder.cpp ConstantRangeTest.cpp ConstantsTest.cpp DataLayoutTest.cpp DebugInfoTest.cpp DebugTypeODRUniquingTest.cpp DominatorTreeTest.cpp DominatorTreeBatchUpdatesTest.cpp FunctionTest.cpp PassBuilderCallbacksTest.cpp IRBuilderTest.cpp InstructionsTest.cpp IntrinsicsTest.cpp LegacyPassManagerTest.cpp MDBuilderTest.cpp ManglerTest.cpp MetadataTest.cpp ModuleTest.cpp PassManagerTest.cpp PatternMatch.cpp TimePassesTest.cpp TypesTest.cpp UseTest.cpp UserTest.cpp ValueHandleTest.cpp ValueMapTest.cpp ValueTest.cpp VectorTypesTest.cpp VerifierTest.cpp WaymarkTest.cpp ) target_link_libraries(IRTests PRIVATE LLVMTestingSupport)