1$NetBSD: TODO.clang,v 1.4 2012/01/17 15:38:44 joerg Exp $ 2 3Hacks for the clang integration 4------------------------------- 5 6"-no-integrated-as" in src/sys/arch/amd64 and src/sys/arch/i386 7to compensate for the missing .code16 support in LLVM MC 8and slightly different encoding of the lock stubs. 9 10Various places use NOCLANGERROR or CWARNFLAGS.clang to disable errors or 11warnings. 12 13Issues with CMSG_SPACE() used inside a union: 14src/external/tmux/dist/compat/imsg-buffer.c 15src/external/tmux/dist/compat/imsg.c 16src/external/ibm-public/postfix/dist/src/util/unix_recv_fd.c 17src/external/ibm-public/postfix/dist/src/util/unix_send_fd.c 18