zig/lib
Andrew Kelley 40e77dad83
musl [PATCH] arm: fix setjmp and longjmp asm for armv8-a
From: Szabolcs Nagy <szabolcs.nagy@arm.com>

armv8 removed the coprocessor instructions other than cp14, so
on an armv8 system the related hwcaps should never be set.

new llvm complains about the use of coprocessor instructions in
armv8-a mode (even though they are never executed at runtime),
so ifdef them out when musl is built for armv8.

<dalias> i think the patch looks ok
2019-09-25 15:15:52 -04:00
..
include update C header files to clang 9.0.0rc4 2019-09-10 13:30:43 -04:00
libc musl [PATCH] arm: fix setjmp and longjmp asm for armv8-a 2019-09-25 15:15:52 -04:00
libcxx/include update libcxx to 9.0.0-rc2 2019-08-20 19:36:26 -04:00
libunwind update libunwind to llvm9 2019-07-19 16:54:00 -04:00