mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 02:49:01 +00:00
![]() In wasm-sysroot-usr.diff we have changes to support compilation without a sysroot and with system paths. These so far have applied to the C include paths (among other things), i.e. /usr/include/<triple>. This was mainly because that's what I had at hand to test and wanted to keep things limited as a first iteration. Now that we're iterated on it and cleared out some issues, make the exact same changes for the C++ include paths as well, i.e. /usr/include/<triple>/c++/v1. Nothing installs anything on those paths there yet, so this is mostly preparatory for subsequent changes. |
||
---|---|---|
.. | ||
wasm-compiler-rt-default.diff | ||
wasm-ld-path.diff | ||
wasm-sysroot-usr.diff |