[llvm] 439b5be - [gn build] (manually) port 82f86ae01 more
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 5 11:12:57 PST 2020
Author: Nico Weber
Date: 2020-11-05T14:12:33-05:00
New Revision: 439b5bebafec4d4008006fa6a8fb448db7e6c59d
URL: https://github.com/llvm/llvm-project/commit/439b5bebafec4d4008006fa6a8fb448db7e6c59d
DIFF: https://github.com/llvm/llvm-project/commit/439b5bebafec4d4008006fa6a8fb448db7e6c59d.diff
LOG: [gn build] (manually) port 82f86ae01 more
Added:
Modified:
llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn b/llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn
index d9fce4156908..1b8dc5232566 100644
--- a/llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn
@@ -2,6 +2,7 @@ executable("apinotes-test") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang/lib/APINotes",
+ "//llvm/lib/Support",
]
sources = [ "APINotesTest.cpp" ]
}
More information about the llvm-commits
mailing list