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 ad745b3 commit 0146e80Copy full SHA for 0146e80
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 += -link-objc-runtime -framework Foundation -framework CoreGraphics
+ SWIFTFLAGS += -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