2014-08-13 18:43:48 +04:00
|
|
|
$NetBSD: TODO.clang,v 1.14 2014/08/13 14:43:48 joerg Exp $
|
2011-05-30 20:25:31 +04:00
|
|
|
|
|
|
|
Hacks for the clang integration
|
|
|
|
-------------------------------
|
|
|
|
|
2014-02-15 12:25:01 +04:00
|
|
|
"-no-integrated-as" is used in src/sys/arch/i386/stand to compensate
|
2014-02-15 00:35:20 +04:00
|
|
|
for the incomplete explicit positioning support in LLVM MC.
|
2014-01-16 01:14:54 +04:00
|
|
|
|
2014-06-29 00:18:15 +04:00
|
|
|
Workaround for .fpu handling in src/sys/lib/libunwind for ARM by forcing
|
|
|
|
GNU as.
|
2014-07-06 04:21:24 +04:00
|
|
|
|
|
|
|
src/external/gpl3/gcc/usr.bin/backend forces tree.c to be compiled with -O0.
|
|
|
|
g++ otherwise on trivial input.
|
2014-08-10 23:12:08 +04:00
|
|
|
|
|
|
|
src/external/mit/xorg/lib/pixman uses -fno-integrated-as on ARM for the
|
|
|
|
macro (ab)use.
|
2014-08-13 18:43:48 +04:00
|
|
|
|
|
|
|
Clang does support union arguments for va_arg on 32bit PowerPC, hack
|
|
|
|
around to get the files to compiles are in:
|
|
|
|
lib/libc/compat/sys/compat___semctl13.c
|
|
|
|
lib/libc/compat/sys/compat_semctl.c
|
|
|
|
lib/libc/sys/semctl.c
|