[llvm] b5e962a - [gn build] Port c57f03415f96

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 13:19:09 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-19T20:13:49Z
New Revision: b5e962a5101f04890c73d1adae3674901afeb080

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

LOG: [gn build] Port c57f03415f96

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn
index 6a4be23abb05a..f75566b8bedf4 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn
@@ -17,5 +17,6 @@ unittest("SemaTests") {
     "CodeCompleteTest.cpp",
     "ExternalSemaSourceTest.cpp",
     "GslOwnerPointerInference.cpp",
+    "SemaLookupTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list