llvm-toolchain/debian/patches/wasm
Faidon Liambotis ecbebd0a8f Patch the WebAssembly include paths for C++ as well
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.
2022-11-17 21:04:52 +02:00
..
wasm-compiler-rt-default.diff rebase + move wasm patches 2022-10-07 16:07:22 +02:00
wasm-ld-path.diff rebase + move wasm patches 2022-10-07 16:07:22 +02:00
wasm-sysroot-usr.diff Patch the WebAssembly include paths for C++ as well 2022-11-17 21:04:52 +02:00