[llvm] cec341b - [gn build] Port 039cfe812c15

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 10:45:52 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-08-05T17:45:38Z
New Revision: cec341b1423346e783b150bd71cf9f57fe8d7051

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

LOG: [gn build] Port 039cfe812c15

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn
index ef578ddcd09cf..20a8bfd3626dc 100644
--- a/llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Target/BUILD.gn
@@ -61,6 +61,7 @@ static_library("Target") {
     "RegisterFlags.cpp",
     "RegisterNumber.cpp",
     "RemoteAwarePlatform.cpp",
+    "ScriptedThreadPlan.cpp",
     "SectionLoadHistory.cpp",
     "SectionLoadList.cpp",
     "StackFrame.cpp",
@@ -82,7 +83,6 @@ static_library("Target") {
     "ThreadPlanCallFunctionUsingABI.cpp",
     "ThreadPlanCallOnFunctionExit.cpp",
     "ThreadPlanCallUserExpression.cpp",
-    "ThreadPlanPython.cpp",
     "ThreadPlanRunToAddress.cpp",
     "ThreadPlanShouldStopHere.cpp",
     "ThreadPlanStack.cpp",


        


More information about the llvm-commits mailing list