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 bc2b9e4 + c6e841c commit 31d39fcCopy full SHA for 31d39fc
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -567,7 +567,7 @@ endif
567
#----------------------------------------------------------------------
568
ifeq "$(SWIFT_OBJC_INTEROP)" "1"
569
ifeq "$(OS)" "Darwin"
570
- SWIFTFLAGS += -framework Foundation -framework CoreGraphics
+ SWIFTFLAGS += -link-objc-runtime -framework Foundation -framework CoreGraphics
571
LDFLAGS += -lswiftObjectiveC -lswiftFoundation -framework Foundation -framework CoreGraphics
572
else
573
# CFLAGS_EXTRAS is used via "dotest.py -E" to pass the -I and -L paths
0 commit comments