brintos

brintos / llvm-project-archived public Read only

0
0
Text · 582 B · 4ef6aff Raw
34 lines · plain
1set(LLVM_LINK_COMPONENTS2  ${LLVM_TARGETS_TO_BUILD}3  AsmParser4  CodeGen5  CodeGenTypes6  Core7  FileCheck8  GlobalISel9  MC10  MIRParser11  Support12  Target13  TargetParser14  )15 16add_llvm_unittest(GlobalISelTests17  ConstantFoldingTest.cpp18  CSETest.cpp19  GIMatchTableExecutorTest.cpp20  LegalizerTest.cpp21  LegalizerHelperTest.cpp22  LegalizerInfoTest.cpp23  MachineIRBuilderTest.cpp24  GISelMITest.cpp25  PatternMatchTest.cpp26  KnownBitsTest.cpp27  KnownFPClassTest.cpp28  KnownBitsVectorTest.cpp29  GISelUtilsTest.cpp30  GISelAliasTest.cpp31  CallLowering.cpp32  InstructionSelectTest.cpp33  )34