[llvm] 906f52f - [gn build] Port 77df3be0dee4

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 14:29:40 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-28T21:25:13Z
New Revision: 906f52f2c4fc4cedbe37d420cbd3031da0641d81

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

LOG: [gn build] Port 77df3be0dee4

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
index bbebbdd27968f..00518ea8b7cd4 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
@@ -24,6 +24,7 @@ unittest("CodeGenTests") {
     "AsmPrinterDwarfTest.cpp",
     "DIEHashTest.cpp",
     "DIETest.cpp",
+    "DwarfStringPoolEntryRefTest.cpp",
     "InstrRefLDVTest.cpp",
     "LexicalScopesTest.cpp",
     "LowLevelTypeTest.cpp",


        


More information about the llvm-commits mailing list