blob: 60a3b04be233a50b496a1bd302343d801bb7d6c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: TODO.clang,v 1.9 2014/02/15 08:25:01 wiz Exp $
Hacks for the clang integration
-------------------------------
"-no-integrated-as" is used in src/sys/arch/i386/stand to compensate
for the incomplete explicit positioning support in LLVM MC.
Missing atomic support in ARM libgcc, -march=armv6 "workaround":
src/external/bsd/libc++/lib
src/external/bsd/lllvm/lib/libLLVMSupport
|