[gn build] Port 214054f78a4e
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 5 Oct 2021 10:41:33 +0000 (10:41 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 5 Oct 2021 10:41:33 +0000 (10:41 +0000)
llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/BUILD.gn
llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn

index 4e4ba58..e19cf9c 100644 (file)
@@ -18,7 +18,6 @@ static_library("Utility") {
   include_dirs = [ "//lldb/source" ]
   sources = [
     "AuxVector.cpp",
-    "DynamicRegisterInfo.cpp",
     "FreeBSDSignals.cpp",
     "GDBRemoteSignals.cpp",
     "HistoryThread.cpp",
index 7ebde0a..dea5bdf 100644 (file)
@@ -32,6 +32,7 @@ static_library("Target") {
   sources = [
     "ABI.cpp",
     "AssertFrameRecognizer.cpp",
+    "DynamicRegisterInfo.cpp",
     "ExecutionContext.cpp",
     "InstrumentationRuntime.cpp",
     "InstrumentationRuntimeStopInfo.cpp",