[gn build] (semi-manually) port 380e746bcca
diff --git a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
index 2cf9a4e..220067c 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 @@
     "//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 @@
     "PassManagerTest.cpp",
     "ScalableVectorMVTsTest.cpp",
     "TargetOptionsTest.cpp",
+    "TestAsmPrinter.cpp",
     "TypeTraitsTest.cpp",
   ]
   has_custom_main = true