Skip to content

Commit 00aeb8b

Browse files
authored
Revert "[lldb] Remove -link-objc-runtime from the tests Makefile.rules (#5854)"
This reverts commit 0146e80.
1 parent e9340fe commit 00aeb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ endif
527527
#----------------------------------------------------------------------
528528
ifeq "$(SWIFT_OBJC_INTEROP)" "1"
529529
ifeq "$(OS)" "Darwin"
530-
SWIFTFLAGS += -framework Foundation -framework CoreGraphics
530+
SWIFTFLAGS += -link-objc-runtime -framework Foundation -framework CoreGraphics
531531
LDFLAGS += -lswiftObjectiveC -lswiftFoundation -framework Foundation -framework CoreGraphics
532532
else
533533
# CFLAGS_EXTRAS is used via "dotest.py -E" to pass the -I and -L paths

0 commit comments

Comments
 (0)