Issue 55434
Summary Can one build a self contained compiler toolchain on macOS with clang/llvm that does not require Xcode/CLT?
Labels new issue
Assignees
Reporter crazyquark
    Hi,

I've been trying to do what is stated in the title:
- First I got rid of `ld` so that clang would use its own linker by default(`lld`)
- Then I tried to get rid of `libxar`
- Then I made it so libcxx actually can be linked with `lld`
- Then I realized that libcxx's headers, some of them, are wrapper headers that use `#include_next <...>` to include system  headers
And this is where I gave up 😄 
My question is: is there, currently a way to build a Clang/llvm toolchain from sources that is independent of Xcode/CommandLineTools being present on the target machine?

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to