termux-packages/packages/libllvm
Tom Yan 1e1167bc1f libllvm: make clang++ order -lm after -lgcc
Without this patch, libm will be linked before libgcc (which is a linker script that links to both libunwind and libgcc_real); as libm.so in our system exports unwind symbols, it prevents the built objects from being linked to the unwinders properly.

Since libm is a part of bionic, we can't ship it like we do for libc++_shared or zlib. Therefore, patching clang++ is probably the only way.
2019-05-16 20:18:48 +03:00
..
build.sh libllvm: make clang++ order -lm after -lgcc 2019-05-16 20:18:48 +03:00
clang.subpackage.sh libllvm: bump revision after 0d1170cc 2019-05-06 20:17:59 +03:00
cxx-libm.patch libllvm: make clang++ order -lm after -lgcc 2019-05-16 20:18:48 +03:00
libclang-dev.subpackage.sh libllvm: bump revision after 0d1170cc 2019-05-06 20:17:59 +03:00
libclang.subpackage.sh libllvm: bump revision after 0d1170cc 2019-05-06 20:17:59 +03:00
lld.subpackage.sh libllvm: bump revision after 0d1170cc 2019-05-06 20:17:59 +03:00
llvm-config.in llvm-8 and rust with back ports for llvm-8 2019-03-29 01:28:11 +02:00
llvm.subpackage.sh libllvm: bump revision after 0d1170cc 2019-05-06 20:17:59 +03:00
nl_types.h llvm: Update from 5.0.1 to 6.0 2018-03-20 23:10:53 +01:00
nltypes_stubs.cpp llvm: Update from 5.0.1 to 6.0 2018-03-20 23:10:53 +01:00
openmp-config-ix-m32.patch libomp x86_64 fix 2019-04-06 02:59:28 +03:00
project-openmp-runtime-src-CMakeLists.txt.patch llvm: Update from 5.0.1 to 6.0 2018-03-20 23:10:53 +01:00
tools-clang-lib-Driver-ToolChain.cpp.patch Transition from gnustl to libc++ 2017-07-14 00:23:37 +02:00
tools-clang-lib-Driver-ToolChains-Gnu.cpp.patch llvm: Update from 5.0.1 to 6.0 2018-03-20 23:10:53 +01:00
tools-clang-lib-Driver-ToolChains-Linux.cpp.patch add rpath for clang as default 2019-03-16 02:06:26 +02:00
tools-llvm-shlib-CMakeLists.txt.patch llvm-8 and rust with back ports for llvm-8 2019-03-29 01:28:11 +02:00