1$NetBSD: TODO.clang,v 1.25 2021/05/30 02:29:24 joerg Exp $
2
3Hacks for the clang integration
4-------------------------------
5
6src/sys/arch/i386/stand
7    "-no-integrated-as" is used to compensate
8    for the incomplete explicit positioning support in LLVM MC.
9
10src/external/gpl3/gcc/usr.bin/backend
11    forces tree.c to be compiled with -O0.
12    g++ otherwise crashes on trivial input.
13
14src/external/mit/xorg/lib/pixman
15    uses -fno-integrated-as on ARM for the macro (ab)use.
16
17src/external/mit/xorg/lib/gallium
18    has atomic alignment issues and uses unknown pragma
19
20src/external/mpl/bind/
21    has atomic alignment issues 
22