brintos

brintos / llvm-project-archived public Read only

0
0
Text · 258 B · eac5977 Raw
17 lines · plain
1set(LLVM_LINK_COMPONENTS2  BinaryFormat3  TargetParser4  )5 6add_llvm_unittest(BinaryFormatTests7  DwarfTest.cpp8  ELFTest.cpp9  MachOTest.cpp10  MsgPackDocumentTest.cpp11  MsgPackReaderTest.cpp12  MsgPackWriterTest.cpp13  SFrameTest.cpp14  TestFileMagic.cpp15  )16 17