14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
$NetBSD: TODO.clang,v 1.17 2015/05/14 19:27:23 joerg Exp $
|
|
|
|
Hacks for the clang integration
|
|
-------------------------------
|
|
|
|
"-no-integrated-as" is used in src/sys/arch/i386/stand to compensate
|
|
for the incomplete explicit positioning support in LLVM MC.
|
|
|
|
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.
|