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

index a62588a..9374bfc 100644 (file)
@@ -13,8 +13,10 @@ static_library("LogicalView") {
   sources = [
     "Core/LVElement.cpp",
     "Core/LVLine.cpp",
+    "Core/LVLocation.cpp",
     "Core/LVObject.cpp",
     "Core/LVOptions.cpp",
+    "Core/LVRange.cpp",
     "Core/LVReader.cpp",
     "Core/LVScope.cpp",
     "Core/LVSort.cpp",
index ebf20d0..645a315 100644 (file)
@@ -7,6 +7,7 @@ unittest("DebugInfoLogicalViewTests") {
   ]
   sources = [
     "CommandLineOptionsTest.cpp",
+    "LocationRangesTest.cpp",
     "LogicalElementsTest.cpp",
     "StringPoolTest.cpp",
   ]