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