llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

🍒[next] Set Swift clang-linker path

Open etcwilde opened this issue 9 months ago • 2 comments

The swift driver is picking up the system clang instead of using the clang set in CC. The system clang is attempting to use bfd to link Swift, which doesn't work due to Swift's protected symbol usage.

(cherry picked from commit 1f6bd5557207f61d5da4c66b657c12468fa4e9aa)

etcwilde avatar May 14 '24 22:05 etcwilde