Home | History | Annotate | Line # | Download | only in doc
TODO.clang revision 1.24.2.1
      1  1.24.2.1      cjep $NetBSD: TODO.clang,v 1.24.2.1 2021/05/31 22:06:55 cjep Exp $
      2       1.1     joerg 
      3       1.1     joerg Hacks for the clang integration
      4       1.1     joerg -------------------------------
      5       1.1     joerg 
      6      1.21  christos src/sys/arch/i386/stand
      7      1.21  christos     "-no-integrated-as" is used to compensate
      8      1.21  christos     for the incomplete explicit positioning support in LLVM MC.
      9       1.6     joerg 
     10      1.21  christos src/external/gpl3/gcc/usr.bin/backend
     11      1.21  christos     forces tree.c to be compiled with -O0.
     12      1.21  christos     g++ otherwise crashes on trivial input.
     13      1.21  christos 
     14      1.21  christos src/external/mit/xorg/lib/pixman
     15      1.21  christos     uses -fno-integrated-as on ARM for the macro (ab)use.
     16      1.21  christos 
     17      1.21  christos src/external/mit/xorg/lib/gallium
     18      1.21  christos     has atomic alignment issues and uses unknown pragma
     19      1.21  christos 
     20      1.21  christos src/external/mpl/bind/
     21      1.21  christos     has atomic alignment issues 
     22