NetBSD/doc/TODO.clang

14 lines
446 B
Plaintext
Raw Normal View History

$NetBSD: TODO.clang,v 1.12 2014/07/06 00:21:24 joerg Exp $
Hacks for the clang integration
-------------------------------
2014-02-15 12:25:01 +04:00
"-no-integrated-as" is used in src/sys/arch/i386/stand to compensate
2014-02-15 00:35:20 +04:00
for the incomplete explicit positioning support in LLVM MC.
Workaround for .fpu handling in src/sys/lib/libunwind for ARM by forcing
GNU as.
src/external/gpl3/gcc/usr.bin/backend forces tree.c to be compiled with -O0.
g++ otherwise on trivial input.