We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d00fb41 + 245aa79 commit c6223d5Copy full SHA for c6223d5
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -527,7 +527,7 @@ endif
527
#----------------------------------------------------------------------
528
ifeq "$(SWIFT_OBJC_INTEROP)" "1"
529
ifeq "$(OS)" "Darwin"
530
- SWIFTFLAGS += -framework Foundation -framework CoreGraphics
+ SWIFTFLAGS += -link-objc-runtime -framework Foundation -framework CoreGraphics
531
LDFLAGS += -lswiftObjectiveC -lswiftFoundation -framework Foundation -framework CoreGraphics
532
else
533
# CFLAGS_EXTRAS is used via "dotest.py -E" to pass the -I and -L paths
0 commit comments