1set(LLVM_LINK_COMPONENTS 2 Analysis 3 Core 4 Vectorize 5 AsmParser 6 TargetParser 7 SandboxIR 8 ) 9 10add_llvm_unittest(SandboxVectorizerTests 11 DependencyGraphTest.cpp 12 InstrMapsTest.cpp 13 IntervalTest.cpp 14 LegalityTest.cpp 15 SandboxVectorizerTest.cpp 16 SchedulerTest.cpp 17 SeedCollectorTest.cpp 18 VecUtilsTest.cpp 19) 20