[llvm] c0433f9 - [gn build] Port f6b66cbc7df1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 11:05:50 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-09-01T18:01:38Z
New Revision: c0433f91d3333d8902ae7a53c0e5ee5e98b7586b

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

LOG: [gn build] Port f6b66cbc7df1

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/Testing/ADT/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/Testing/ADT/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Testing/ADT/BUILD.gn
index 09512930bae7d..94fe2cd53b3d0 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Testing/ADT/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Testing/ADT/BUILD.gn
@@ -1,8 +1,9 @@
 import("//llvm/utils/unittest/unittest.gni")
 
 unittest("TestingADTTests") {
-  deps = [
-    "//llvm/lib/Support",
+  deps = [ "//llvm/lib/Support" ]
+  sources = [
+    "StringMapEntryTest.cpp",
+    "StringMapTest.cpp",
   ]
-  sources = [ "StringMapTest.cpp" ]
 }


        


More information about the llvm-commits mailing list