[llvm] dad6de4 - [gn build] Port 23609331472

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 16:39:32 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-04-21T23:36:07Z
New Revision: dad6de411227faed9b15cd85d916e96e751b8528

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

LOG: [gn build] Port 23609331472

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/BUILD.gn
index cfb92c6c57a9..16a5461494d5 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/PDB/BUILD.gn
@@ -9,6 +9,7 @@ unittest("DebugInfoPDBTests") {
   ]
   sources = [
     "HashTableTest.cpp",
+    "NativeSessionTest.cpp",
     "NativeSymbolReuseTest.cpp",
     "PDBApiTest.cpp",
     "StringTableBuilderTest.cpp",


        


More information about the llvm-commits mailing list