[llvm] 3004e9f - [gn build] Port 60eb1da31555

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 20:47:43 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-09T03:44:33Z
New Revision: 3004e9f86b4ad549fc09f05f3d09169b1c1c3f66

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

LOG: [gn build] Port 60eb1da31555

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 41adc22f65c94..943840796a6a3 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Sema/BUILD.gn
@@ -19,5 +19,6 @@ unittest("SemaTests") {
     "ExternalSemaSourceTest.cpp",
     "GslOwnerPointerInference.cpp",
     "SemaLookupTest.cpp",
+    "SemaNoloadLookupTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list