1set(LLVM_LINK_COMPONENTS 2 AsmParser 3 SandboxIR 4 Core 5 Analysis 6 ) 7 8add_llvm_unittest(SandboxIRTests 9 IntrinsicInstTest.cpp 10 PassTest.cpp 11 RegionTest.cpp 12 OperatorTest.cpp 13 SandboxIRTest.cpp 14 TrackerTest.cpp 15 TypesTest.cpp 16 UtilsTest.cpp 17 ) 18