[gn build] Port e98a4c5acb37
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 24 Oct 2022 07:30:12 +0000 (07:30 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 24 Oct 2022 07:30:12 +0000 (07:30 +0000)
llvm/utils/gn/secondary/llvm/lib/DebugInfo/LogicalView/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/DebugInfo/LogicalView/BUILD.gn

index 9374bfc..f19b366 100644 (file)
@@ -11,6 +11,7 @@ static_library("LogicalView") {
     "//llvm/lib/Support",
   ]
   sources = [
+    "Core/LVCompare.cpp",
     "Core/LVElement.cpp",
     "Core/LVLine.cpp",
     "Core/LVLocation.cpp",
index 31b268d..c8111a8 100644 (file)
@@ -7,6 +7,7 @@ unittest("DebugInfoLogicalViewTests") {
   ]
   sources = [
     "CommandLineOptionsTest.cpp",
+    "CompareElementsTest.cpp",
     "LocationRangesTest.cpp",
     "LogicalElementsTest.cpp",
     "SelectElementsTest.cpp",