14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
$NetBSD: TODO.clang,v 1.20 2017/01/11 12:19:03 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.
|