The sparc atomic issues are gone.
This commit is contained in:
parent
8ef27f1e3d
commit
bcd8aa835f
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: TODO.clang,v 1.19 2016/02/27 21:42:14 joerg Exp $
|
||||
$NetBSD: TODO.clang,v 1.20 2017/01/11 12:19:03 joerg Exp $
|
||||
|
||||
Hacks for the clang integration
|
||||
-------------------------------
|
||||
|
@ -11,10 +11,3 @@ g++ otherwise crashes on trivial input.
|
|||
|
||||
src/external/mit/xorg/lib/pixman uses -fno-integrated-as on ARM for the
|
||||
macro (ab)use.
|
||||
|
||||
src/tests/lib/libc/sync disables tests for atomics shorter than 32bit on
|
||||
SPARC64 due to missing codegen support.
|
||||
|
||||
src/external/bsd/llvm/lib/libLLVMSupport and src/external/bsd/libc++/lib
|
||||
explicitly require -Wa,-Av8plus at the moment, because atomic ops are
|
||||
always lowered to CAS.
|
||||
|
|
Loading…
Reference in New Issue