Skip to content

Commit e653dc9

Browse files
authored
[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.
1 parent 3581e9b commit e653dc9

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)