Skip to content

Commit 0a6c83e

Browse files
authored
Merge pull request #8748 from etcwilde/ewilde/set-swift-clang-linker
Set Swift clang-linker path
2 parents fe9c55c + 2c8a5e6 commit 0a6c83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ ifeq "$(USESWIFTDRIVER)" "1"
616616
ifeq "$(OS)" "Darwin"
617617
SWIFTFLAGS += -sdk "$(SWIFTSDKROOT)"
618618
endif
619+
SWIFTFLAGS += -tools-directory "$(shell dirname $(CC))"
619620
endif
620621

621622
#----------------------------------------------------------------------

0 commit comments

Comments
 (0)