TODO.clang revision 1.12
1$NetBSD: TODO.clang,v 1.12 2014/07/06 00:21:24 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
9Workaround for .fpu handling in src/sys/lib/libunwind for ARM by forcing
10GNU as.
11
12src/external/gpl3/gcc/usr.bin/backend forces tree.c to be compiled with -O0.
13g++ otherwise on trivial input.
14