2019-05-14 22:24:09 +03:00
|
|
|
$NetBSD: TODO.clang,v 1.22 2019/05/14 19:24:09 christos Exp $
|
2011-05-30 20:25:31 +04:00
|
|
|
|
|
|
|
Hacks for the clang integration
|
|
|
|
-------------------------------
|
|
|
|
|
2019-05-08 04:08:18 +03:00
|
|
|
src/sys/arch/i386/stand
|
|
|
|
"-no-integrated-as" is used to compensate
|
|
|
|
for the incomplete explicit positioning support in LLVM MC.
|
2014-01-16 01:14:54 +04:00
|
|
|
|
2019-05-08 04:08:18 +03:00
|
|
|
src/external/gpl3/gcc/usr.bin/backend
|
|
|
|
forces tree.c to be compiled with -O0.
|
|
|
|
g++ otherwise crashes on trivial input.
|
|
|
|
|
|
|
|
src/external/mit/xorg/lib/pixman
|
|
|
|
uses -fno-integrated-as on ARM for the macro (ab)use.
|
|
|
|
|
|
|
|
src/external/libc++/lib
|
|
|
|
Avoid clang bug on earm with SSP/FORTIFY:
|
|
|
|
rt_libelftc_dem_gnu3.c:3567:3: warning: '__builtin___memset_chk'
|
|
|
|
will always overflow destination buffer [-Wbuiltin-memcpy-chk-size]
|
|
|
|
memset(&f, 0, FLOAT_EXTENED_BYTES);
|
|
|
|
|
|
|
|
src/external/mit/xorg/lib/gallium
|
|
|
|
has atomic alignment issues and uses unknown pragma
|
|
|
|
|
|
|
|
src/external/mpl/bind/
|
|
|
|
has atomic alignment issues
|
2014-08-10 23:12:08 +04:00
|
|
|
|
2019-05-14 22:24:09 +03:00
|
|
|
src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h
|
|
|
|
hack around tls_model("initial_exec") on powerpc
|
|
|
|
|
|
|
|
src/tests/libexec/ld.elf_so/Makefile.inc
|
|
|
|
use -msecure-plt on powerpc for ifuncs
|
|
|
|
|