Files
clang-p2996/lldb/test/API/commands/command/language/Makefile
Dave Lee e653dc9ca0 [lldb] Fix TestFrameLanguageCommands.py build (#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.
2025-05-28 12:25:49 -07:00

4 lines
72 B
Makefile

OBJCXX_SOURCES := main.mm
CXX_SOURCES := lib.cpp
include Makefile.rules