From 439b5bebafec4d4008006fa6a8fb448db7e6c59d Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 5 Nov 2020 14:12:33 -0500 Subject: [PATCH] [gn build] (manually) port 82f86ae01 more --- llvm/utils/gn/secondary/clang/tools/apinotes-test/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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" ] }