[llvm] e9119a7 - [gn build] Port 838b4a533e68

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 10:36:58 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-10-12T17:32:04Z
New Revision: e9119a74d94b59f61d139f5e504ad9e6974bbdf5

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

LOG: [gn build] Port 838b4a533e68

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 8a286bede6eb3..f40d55c01ac7c 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
@@ -22,6 +22,7 @@ unittest("CodeGenTests") {
     "AsmPrinterDwarfTest.cpp",
     "DIEHashTest.cpp",
     "DIETest.cpp",
+    "InstrRefLDVTest.cpp",
     "LexicalScopesTest.cpp",
     "LowLevelTypeTest.cpp",
     "MachineInstrBundleIteratorTest.cpp",


        


More information about the llvm-commits mailing list