18 lines · plain
1set(LLVM_LINK_COMPONENTS2 AsmParser3 SandboxIR4 Core5 Analysis6 )7 8add_llvm_unittest(SandboxIRTests9 IntrinsicInstTest.cpp10 PassTest.cpp11 RegionTest.cpp12 OperatorTest.cpp13 SandboxIRTest.cpp14 TrackerTest.cpp15 TypesTest.cpp16 UtilsTest.cpp17 )18