1 $NetBSD: TODO.clang,v 1.9.2.1 2014/08/10 07:03:02 tls Exp $ 2 3 Hacks for the clang integration 4 ------------------------------- 5 6 "-no-integrated-as" is used in src/sys/arch/i386/stand to compensate 7 for the incomplete explicit positioning support in LLVM MC. 8 9 Workaround for .fpu handling in src/sys/lib/libunwind for ARM by forcing 10 GNU as. 11 12 src/external/gpl3/gcc/usr.bin/backend forces tree.c to be compiled with -O0. 13 g++ otherwise on trivial input. 14