Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xcode-cross: Use the xcode clang toolchain directory as root director…
…y for the execution The -no-canonical-prefixes makes clang not resolve the destination of the symlink, when resolving the clang executable location, instead just looking at the symlink that was invoked. This makes clang use this directory as root for compiler-rt files as well, which now matches the directory used for libc++ as well. This makes the setup much more similar to what it is in the original scenarios.
- Loading branch information