[Lldb-commits] [lldb] [lldb] Fix TestFrameLanguageCommands.py build (PR #141829)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed May 28 12:24:38 PDT 2025
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/141829
None
>From f46ad6b01c84dce72cf1547acd2a877f4a8b1dbe Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee.com at gmail.com>
Date: Wed, 28 May 2025 12:24:16 -0700
Subject: [PATCH] [lldb] Fix TestFrameLanguageCommands.py build
---
lldb/test/API/commands/command/language/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/lldb/test/API/commands/command/language/Makefile b/lldb/test/API/commands/command/language/Makefile
index 2d5049417ee70..ce845d59ac035 100644
--- a/lldb/test/API/commands/command/language/Makefile
+++ b/lldb/test/API/commands/command/language/Makefile
@@ -1,4 +1,3 @@
OBJCXX_SOURCES := main.mm
CXX_SOURCES := lib.cpp
-LD_EXTRAS := -lobjc
include Makefile.rules
More information about the lldb-commits
mailing list