brintos

brintos / llvm-project-archived public Read only

0
0
Text · 319 B · af111a2 Raw
20 lines · plain
1add_subdirectory(SandboxVectorizer)2 3set(LLVM_LINK_COMPONENTS4  Analysis5  Core6  Vectorize7  AsmParser8  TargetParser9  )10 11add_llvm_unittest(VectorizeTests12  VPlanTest.cpp13  VPDomTreeTest.cpp14  VPlanHCFGTest.cpp15  VPlanPatternMatchTest.cpp16  VPlanSlpTest.cpp17  VPlanUncountableExitTest.cpp18  VPlanVerifierTest.cpp19  )20