[gn build] (manually) port 82f86ae01 more

This commit is contained in:
Nico Weber 2020-11-05 14:12:33 -05:00
parent b69af88481
commit 439b5bebaf
1 changed files with 1 additions and 0 deletions

View File

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