[BACK]Return to TODO.clang CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / doc

File: [cvs.NetBSD.org] / src / doc / TODO.clang (download)

Revision 1.10, Sat Jun 28 20:18:15 2014 UTC (9 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.9: +4 -1 lines

.fpu is not handled correctly by LLVM's assembler parser, so use GAS for
now.

$NetBSD: TODO.clang,v 1.10 2014/06/28 20:18:15 joerg 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

Workaround for .fpu handling in src/sys/lib/libunwind for ARM by forcing
GNU as.