llvm/llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn

executable("apinotes-test") {
  configs += [ "//llvm/utils/gn/build:clang_code" ]
  deps = [
    "//clang/lib/APINotes",
    "//llvm/lib/Support",
  ]
  sources = [ "APINotesTest.cpp" ]
}