Skip to content

Commit 5245613

Browse files
committed
[lldb] Fix TestFrameLanguageCommands.py build (llvm#141829)
The use of `-lobjc` resulted in this test failing to build on Linux. The flag is not necessary, this removes the flag with the expectation it will fix the test on Linux. (cherry-picked from commit e653dc9)
1 parent 0dff05b commit 5245613

File tree

1 file changed

+0
-1
lines changed
  • lldb/test/API/commands/command/language

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
OBJCXX_SOURCES := main.mm
22
CXX_SOURCES := lib.cpp
3-
LD_EXTRAS := -lobjc
43
include Makefile.rules

0 commit comments

Comments
 (0)