mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:22:34 +00:00
Also ship libc++.modules.json in libc++-19-dev-wasm32
This commit is contained in:
parent
bb9941e160
commit
d520125d70
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,5 +1,6 @@
|
|||||||
llvm-toolchain-snapshot (1:19~++20240421021844+e095d978ba47-1~exp2) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:19~++20240421021844+e095d978ba47-1~exp2) experimental; urgency=medium
|
||||||
|
|
||||||
|
<<<<<<<
|
||||||
* after upstream 330d8983d25d08580fc1642fea48b2473f47a9da
|
* after upstream 330d8983d25d08580fc1642fea48b2473f47a9da
|
||||||
adjust the RUNTIMES build to include offload (was openmp/libomptarget)
|
adjust the RUNTIMES build to include offload (was openmp/libomptarget)
|
||||||
* try to build with LLVM_LIBC_GPU_BUILD
|
* try to build with LLVM_LIBC_GPU_BUILD
|
||||||
@ -7,6 +8,15 @@ llvm-toolchain-snapshot (1:19~++20240421021844+e095d978ba47-1~exp2) experimental
|
|||||||
Should fix:
|
Should fix:
|
||||||
https://github.com/llvm/llvm-project/issues/90707
|
https://github.com/llvm/llvm-project/issues/90707
|
||||||
* Ship zos_wrappers/builtins.h in libclang-common-19-dev
|
* Ship zos_wrappers/builtins.h in libclang-common-19-dev
|
||||||
|
=======
|
||||||
|
* after upstream 330d8983d25d08580fc1642fea48b2473f47a9da
|
||||||
|
adjust the RUNTIMES build to include offload (was openmp/libomptarget)
|
||||||
|
* try to build with LLVM_LIBC_GPU_BUILD
|
||||||
|
* Move openmp from PROJECTS to RUNTIMES
|
||||||
|
Should fix:
|
||||||
|
https://github.com/llvm/llvm-project/issues/90707
|
||||||
|
* Also ship libc++.modules.json in libc++-19-dev-wasm32
|
||||||
|
>>>>>>>
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 26 Apr 2024 14:55:20 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 26 Apr 2024 14:55:20 +0200
|
||||||
|
|
||||||
|
1
debian/libc++-X.Y-dev-wasm32.install.in
vendored
1
debian/libc++-X.Y-dev-wasm32.install.in
vendored
@ -1,4 +1,5 @@
|
|||||||
usr/lib/llvm-@LLVM_VERSION@/lib/wasm32-wasi/libc++.a
|
usr/lib/llvm-@LLVM_VERSION@/lib/wasm32-wasi/libc++.a
|
||||||
usr/lib/llvm-@LLVM_VERSION@/lib/wasm32-wasi/libc++experimental.a
|
usr/lib/llvm-@LLVM_VERSION@/lib/wasm32-wasi/libc++experimental.a
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/lib/wasm32-wasi/libc++.modules.json
|
||||||
usr/lib/llvm-@LLVM_VERSION@/include/wasm32-wasi/c++/
|
usr/lib/llvm-@LLVM_VERSION@/include/wasm32-wasi/c++/
|
||||||
usr/lib/llvm-@LLVM_VERSION@/include/wasm32-wasi/c++/v1/
|
usr/lib/llvm-@LLVM_VERSION@/include/wasm32-wasi/c++/v1/
|
||||||
|
Loading…
Reference in New Issue
Block a user