1 1.19 joerg $NetBSD: TODO.clang,v 1.19 2016/02/27 21:42:14 joerg Exp $ 2 1.1 joerg 3 1.1 joerg Hacks for the clang integration 4 1.1 joerg ------------------------------- 5 1.1 joerg 6 1.9 wiz "-no-integrated-as" is used in src/sys/arch/i386/stand to compensate 7 1.8 joerg for the incomplete explicit positioning support in LLVM MC. 8 1.6 joerg 9 1.12 joerg src/external/gpl3/gcc/usr.bin/backend forces tree.c to be compiled with -O0. 10 1.15 joerg g++ otherwise crashes on trivial input. 11 1.13 joerg 12 1.13 joerg src/external/mit/xorg/lib/pixman uses -fno-integrated-as on ARM for the 13 1.13 joerg macro (ab)use. 14 1.18 joerg 15 1.18 joerg src/tests/lib/libc/sync disables tests for atomics shorter than 32bit on 16 1.18 joerg SPARC64 due to missing codegen support. 17 1.19 joerg 18 1.19 joerg src/external/bsd/llvm/lib/libLLVMSupport and src/external/bsd/libc++/lib 19 1.19 joerg explicitly require -Wa,-Av8plus at the moment, because atomic ops are 20 1.19 joerg always lowered to CAS. 21