diff --git a/debian/changelog b/debian/changelog index 85d73d2c..20907660 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,5 @@ llvm-toolchain-snapshot (1:19~++20240421021844+e095d978ba47-1~exp2) experimental; urgency=medium -<<<<<<< - * 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 - * 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 @@ -16,7 +7,8 @@ llvm-toolchain-snapshot (1:19~++20240421021844+e095d978ba47-1~exp2) experimental Should fix: https://github.com/llvm/llvm-project/issues/90707 * Also ship libc++.modules.json in libc++-19-dev-wasm32 ->>>>>>> + * Install libLibcTableGenUtil and rpc files in llvmlibc + * Ship zos_wrappers/builtins.h in libclang-common-19-dev -- Sylvestre Ledru Fri, 26 Apr 2024 14:55:20 +0200 diff --git a/debian/libllvmlibc-X.Y-dev.install.in b/debian/libllvmlibc-X.Y-dev.install.in index cd6c1add..76caad8d 100644 --- a/debian/libllvmlibc-X.Y-dev.install.in +++ b/debian/libllvmlibc-X.Y-dev.install.in @@ -1 +1,5 @@ usr/lib/llvm-@LLVM_VERSION@/lib/libllvmlibc.a +usr/lib/llvm-@LLVM_VERSION@/include/llvmlibc_rpc_opcodes.h +usr/lib/llvm-@LLVM_VERSION@/include/llvmlibc_rpc_server.h +usr/lib/llvm-@LLVM_VERSION@/lib/libLibcTableGenUtil.a +usr/lib/llvm-@LLVM_VERSION@/lib/libllvmlibc_rpc_server.a \ No newline at end of file