freebsd-dev/contrib/compiler-rt
Michal Meloun 72e80cddc0 Unbreak ARMv6 world.
The new compiler_rt library imported with clang 4.0.0 have several fatal
issues (non-functional __udivsi3 for example) with ARM specific instrict
functions. As temporary workaround, until upstream solve these problems,
disable all thumb[1][2] related feature.
2017-03-08 11:40:27 +00:00
..
include Merge compiler-rt r291274. 2017-01-08 19:47:17 +00:00
lib Unbreak ARMv6 world. 2017-03-08 11:40:27 +00:00
CREDITS.TXT
LICENSE.TXT Update compiler-rt to 3.9.0 release, and update the build glue for 2016-09-03 21:41:29 +00:00
README.txt

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.

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