brintos

brintos / llvm-project-archived public Read only

0
0
Text · 421 B · 432c7e0 Raw
17 lines · plain
1source_set("sources") {2  configs -= [ "//llvm/utils/gn/build:llvm_code" ]3  configs += [ "//llvm/utils/gn/build:crt_code" ]4  sources = [5    "interception.h",6    "interception_aix.cpp",7    "interception_aix.h",8    "interception_linux.cpp",9    "interception_linux.h",10    "interception_mac.cpp",11    "interception_mac.h",12    "interception_type_test.cpp",13    "interception_win.cpp",14    "interception_win.h",15  ]16}17