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