brintos

brintos / llvm-project-archived public Read only

0
0
Text · 129 B · 5804754 Raw
13 lines · plain
1set(LLVM_LINK_COMPONENTS2  BitReader3  Core4  Support5  )6 7add_llvm_tool(llvm-dis8  llvm-dis.cpp9 10  DEPENDS11  intrinsics_gen12  )13