[gn build] Port e28b9357b14c
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Thu, 20 Oct 2022 05:20:35 +0000 (05:20 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Thu, 20 Oct 2022 05:20:35 +0000 (05:20 +0000)
llvm/utils/gn/secondary/llvm/lib/DebugInfo/LogicalView/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/DebugInfo/LogicalView/BUILD.gn

index e94b41c..a62588a 100644 (file)
@@ -10,5 +10,16 @@ static_library("LogicalView") {
     "//llvm/lib/Object",
     "//llvm/lib/Support",
   ]
-  sources = [ "Core/LVOptions.cpp" ]
+  sources = [
+    "Core/LVElement.cpp",
+    "Core/LVLine.cpp",
+    "Core/LVObject.cpp",
+    "Core/LVOptions.cpp",
+    "Core/LVReader.cpp",
+    "Core/LVScope.cpp",
+    "Core/LVSort.cpp",
+    "Core/LVSupport.cpp",
+    "Core/LVSymbol.cpp",
+    "Core/LVType.cpp",
+  ]
 }
index 49bb54d..ebf20d0 100644 (file)
@@ -7,6 +7,7 @@ unittest("DebugInfoLogicalViewTests") {
   ]
   sources = [
     "CommandLineOptionsTest.cpp",
+    "LogicalElementsTest.cpp",
     "StringPoolTest.cpp",
   ]
 }