freebsd-dev/contrib/compiler-rt
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
..
include Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
lib Fix llvm-libunwind userspace build on ARM 2019-11-05 03:20:40 +00:00
CREDITS.TXT Update compiler-rt to trunk r224034. This brings a number of new 2015-01-08 19:47:10 +00:00
FREEBSD-Xlist Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
LICENSE.TXT Merge compiler-rt trunk r366426, resolve conflicts, and add 2019-08-22 19:26:11 +00:00
README.txt Update compiler-rt to trunk r224034. This brings a number of new 2015-01-08 19:47:10 +00:00

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================