From: Nico Weber Date: Tue, 21 May 2019 00:27:26 +0000 (+0000) Subject: Try to fix build with older gccs after r361152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09a542b736ce8d59c14a859212428454270e80eb;p=llvm Try to fix build with older gccs after r361152 Also merge the cmake change there to the gn build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn b/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn index 43c28e25304..5a34c21359b 100644 --- a/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn +++ b/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn @@ -14,6 +14,7 @@ unittest("ToolingTests") { "//clang/lib/Tooling", "//clang/lib/Tooling/Core", "//clang/lib/Tooling/Refactoring", + "//llvm/lib/Testing/Support", "//llvm/lib/Support", "//llvm/lib/Target:TargetsToBuild", ]