[llvm] 57752b1 - [gn build] (semi-manually) port 380e746bcca

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 06:25:48 PDT 2020


Author: Nico Weber
Date: 2020-09-15T09:25:30-04:00
New Revision: 57752b1449440a7d034d2d1781f586c3c664712e

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

LOG: [gn build] (semi-manually) port 380e746bcca

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 2cf9a4e05c2d..220067c0e343 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
@@ -13,9 +13,11 @@ unittest("CodeGenTests") {
     "//llvm/lib/Support",
     "//llvm/lib/Target",
     "//llvm/lib/Target:TargetsToBuild",
+    "//llvm/lib/Testing/Support",
   ]
   sources = [
     "AArch64SelectionDAGTest.cpp",
+    "AsmPrinterDwarfTest.cpp",
     "DIEHashTest.cpp",
     "LexicalScopesTest.cpp",
     "LowLevelTypeTest.cpp",
@@ -25,6 +27,7 @@ unittest("CodeGenTests") {
     "PassManagerTest.cpp",
     "ScalableVectorMVTsTest.cpp",
     "TargetOptionsTest.cpp",
+    "TestAsmPrinter.cpp",
     "TypeTraitsTest.cpp",
   ]
   has_custom_main = true


        


More information about the llvm-commits mailing list