xref: /netbsd-src/doc/TODO.clang (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1$NetBSD: TODO.clang,v 1.10 2014/06/28 20:18:15 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
9Missing atomic support in ARM libgcc, -march=armv6 "workaround":
10    src/external/bsd/libc++/lib
11    src/external/bsd/lllvm/lib/libLLVMSupport
12
13Workaround for .fpu handling in src/sys/lib/libunwind for ARM by forcing
14GNU as.
15