brintos

brintos / llvm-project-archived public Read only

0
0
Text · 228 B · c7764ee Raw
17 lines · plain
1set(LLVM_LINK_COMPONENTS2  AllTargetsDisassemblers3  AllTargetsDescs4  AllTargetsInfos5  DebugInfoDWARF6  ExecutionEngine7  MC8  Object9  RuntimeDyld10  Support11  TargetParser12  )13 14add_llvm_tool(llvm-rtdyld15  llvm-rtdyld.cpp16  )17