[llvm] d2c1332 - [gn build] (manually) port da47ec3ca076

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 14:48:58 PDT 2021


Author: Nico Weber
Date: 2021-10-25T17:48:52-04:00
New Revision: d2c133286a4f92e19efc750af3d38739e0354a50

URL: https://github.com/llvm/llvm-project/commit/d2c133286a4f92e19efc750af3d38739e0354a50
DIFF: https://github.com/llvm/llvm-project/commit/d2c133286a4f92e19efc750af3d38739e0354a50.diff

LOG: [gn build] (manually) port da47ec3ca076

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
index aea01ec93d486..d19fbbad63591 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
@@ -6,6 +6,7 @@ unittest("BasicTests") {
     "//clang/lib/Basic",
     "//clang/lib/Lex",
     "//llvm/lib/Support",
+    "//llvm/lib/Testing/Support",
   ]
   sources = [
     "CharInfoTest.cpp",


        


More information about the llvm-commits mailing list