xref: /netbsd-src/doc/TODO.clang (revision 212397c69a103ae7e5eafa8731ddfae671d2dee7)
1$NetBSD: TODO.clang,v 1.17 2015/05/14 19:27:23 joerg Exp $
2
3Hacks for the clang integration
4-------------------------------
5
6"-no-integrated-as" is used in src/sys/arch/i386/stand to compensate
7for the incomplete explicit positioning support in LLVM MC.
8
9src/external/gpl3/gcc/usr.bin/backend forces tree.c to be compiled with -O0.
10g++ otherwise crashes on trivial input.
11
12src/external/mit/xorg/lib/pixman uses -fno-integrated-as on ARM for the
13macro (ab)use.
14