You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clang -index-store-path is only in Apple clang, and not upstream LLVM. We need to detect whether we have an Apple clang, and only pass this flag to the compiler when that is the case.
This can be an issue on Linux, especially in Docker containers, where Apple's clang may be installed at /usr/bin/clang and then subsequently overwritten by the system package manager which also owns that same path for one of the packages supported by the distro.
The text was updated successfully, but these errors were encountered:
The clang -index-store-path is only in Apple clang, and not upstream LLVM. We need to detect whether we have an Apple clang, and only pass this flag to the compiler when that is the case.
This can be an issue on Linux, especially in Docker containers, where Apple's clang may be installed at /usr/bin/clang and then subsequently overwritten by the system package manager which also owns that same path for one of the packages supported by the distro.
The text was updated successfully, but these errors were encountered: