mirror of https://github.com/WebAssembly/wasi-sdk
Replace `DEFAULT_SYSROOT` usage with Clang config files (#503)
Upstream want to deprecate `DEFAULT_SYSROOT`[^1][^2][^3], but one blocker is wasi-sdk's usage of it. Let's try to help that along by switching to using config files[^4] instead. This should result in no user-facing changes in functionality. (If it does, then that's an LLVM bug that should be fixed there.) [^1]: https://reviews.llvm.org/D158218 [^2]: https://github.com/llvm/llvm-project/issues/94284 [^3]: https://github.com/llvm/llvm-project/pull/77537 [^4]: https://clang.llvm.org/docs/UsersManual.html#configuration-filesmain
parent
ccdf52e17e
commit
a4d918fa11
Loading…
Reference in new issue