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