NetBSD/doc/TODO.clang

14 lines
460 B
Plaintext
Raw Normal View History

2017-01-11 15:19:03 +03:00
$NetBSD: TODO.clang,v 1.20 2017/01/11 12:19:03 joerg Exp $
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.
src/external/gpl3/gcc/usr.bin/backend forces tree.c to be compiled with -O0.
2015-01-29 23:45:41 +03:00
g++ otherwise crashes 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.