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.
1 parent 01dfac2 commit c6e841cCopy full SHA for c6e841c
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -562,7 +562,7 @@ endif
562
#----------------------------------------------------------------------
563
ifeq "$(SWIFT_OBJC_INTEROP)" "1"
564
ifeq "$(OS)" "Darwin"
565
- SWIFTFLAGS += -framework Foundation -framework CoreGraphics
+ SWIFTFLAGS += -link-objc-runtime -framework Foundation -framework CoreGraphics
566
LDFLAGS += -lswiftObjectiveC -lswiftFoundation -framework Foundation -framework CoreGraphics
567
else
568
# CFLAGS_EXTRAS is used via "dotest.py -E" to pass the -I and -L paths
0 commit comments