brintos

brintos / llvm-project-archived public Read only

0
0
Text · 289 B · 5b45191 Raw
19 lines · plain
1set(LLVM_LINK_COMPONENTS2  Analysis3  AsmParser4  Core5  IPO6  Support7  TargetParser8  TransformUtils9  )10 11add_llvm_unittest(IPOTests12  LowerTypeTests.cpp13  WholeProgramDevirt.cpp14  AttributorTest.cpp15  FunctionSpecializationTest.cpp16  ImportIDTableTests.cpp17  MergeFunctionsTest.cpp18  )19