brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · 6ea7e1c Raw
10 lines · plain
1add_lldb_executable(lit-cpuid2  lit-cpuid.cpp3 4  LINK_COMPONENTS5    Support6    TargetParser7  )8 9set_target_properties(lit-cpuid PROPERTIES FOLDER "LLDB/Utils")10