brintos

brintos / llvm-project-archived public Read only

0
0
Text · 188 B · 1b8dc52 Raw
9 lines · plain
1executable("apinotes-test") {2  configs += [ "//llvm/utils/gn/build:clang_code" ]3  deps = [4    "//clang/lib/APINotes",5    "//llvm/lib/Support",6  ]7  sources = [ "APINotesTest.cpp" ]8}9