[llvm] r361209 - Try to fix build with older gccs after r361152

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 17:27:26 PDT 2019


Author: nico
Date: Mon May 20 17:27:26 2019
New Revision: 361209

URL: http://llvm.org/viewvc/llvm-project?rev=361209&view=rev
Log:
Try to fix build with older gccs after r361152

Also merge the cmake change there to the gn build.

Modified:
    llvm/trunk/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn

Modified: llvm/trunk/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn?rev=361209&r1=361208&r2=361209&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn Mon May 20 17:27:26 2019
@@ -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",
   ]




More information about the llvm-commits mailing list