opnsense-src/contrib/compiler-rt/lib
Conrad Meyer c8b5e3de39 Fix llvm-libunwind userspace build on ARM
GCC's libgcc exports a few ARM-specific symbols for ARM EABI, AEABI, or
EHABI or whatever it's called.  Export the same ones from LLVM-libunwind's
libgcc_s, on ARM.  As part of this, convert libgcc_s from a direct
Version.map to one constructed from component Symbol.map files.  This allows
the ARM-specific Symbol.map to be included only on ARM.

Fix ARM-only oddities in struct name/aliases in LLVM-libunwind to match
non-ARM definitions and ARM-specific expectations in libcxxrt /
libcompiler_rt.

No functional change intended for non-ARM architectures.

This commit does not actually flip the switch for ARM defaults from libgcc
to llvm-libunwind, but makes it possible (to compile, anyway).
2019-11-05 03:20:40 +00:00
..
asan Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp 2019-09-02 17:55:39 +00:00
BlocksRuntime Merge compiler-rt trunk r321017 to contrib/compiler-rt. 2017-12-20 19:12:15 +00:00
builtins Fix llvm-libunwind userspace build on ARM 2019-11-05 03:20:40 +00:00
cfi Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
crt Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
dfsan Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
fuzzer Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
gwp_asan Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
hwasan Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
interception Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp 2019-09-02 17:32:57 +00:00
lsan Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
msan Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp 2019-09-02 17:55:39 +00:00
profile Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
safestack Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
sanitizer_common Merge ^/head r352764 through r353315. 2019-10-08 18:17:02 +00:00
scudo Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
stats Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
tsan Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp 2019-09-02 17:32:57 +00:00
ubsan Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
ubsan_minimal Merge compiler-rt trunk r351319, and resolve conflicts. 2019-01-22 19:20:24 +00:00
xray Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00