1 $NetBSD: TODO.clang,v 1.1 2011/05/30 16:25:31 joerg Exp $ 2 3 Hacks for the clang integration 4 ------------------------------- 5 6 "-no-integrated-as" is src/sys/modules, src/sys/arch/amd64, 7 src/sys/arch/i386 and src/sys/arch/xen to compensate for the missing 8 .code16 and .code32 support in LLVM MC. 9 10 ah_regdomain.c in the kernel currently requires -Wno-error due to 11 http://llvm.org/bugs/show_bug.cgi?id=10030. 12 13 Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or 14 warnings. 15 16 Issues with CMSG_SPACE() used inside a union: 17 src/external/tmux/dist/compat/imsg-buffer.c 18 src/external/tmux/dist/compat/imsg.c 19 src/external/ibm-public/postfix/dist/src/util/unix_recv_fd.c 20 src/external/ibm-public/postfix/dist/src/util/unix_send_fd.c 21