brintos

brintos / llvm-project-archived public Read only

0
0
Text · 339 B · 68a78ba Raw
18 lines · plain
1add_lldb_unittest(ObjectFileELFTests2  TestObjectFileELF.cpp3 4  LINK_LIBS5    lldbPluginObjectFileELF6    lldbPluginSymbolFileSymtab7    lldbCore8    lldbUtilityHelpers9    LLVMTestingSupport10  )11 12set(test_inputs13  early-section-headers.so14  liboffset-test.so15  offset-test.bin16  )17add_unittest_inputs(ObjectFileELFTests "${test_inputs}")18