Module Name: src Committed By: joerg Date: Wed Jan 11 12:19:03 UTC 2017
Modified Files: src/doc: TODO.clang Log Message: The sparc atomic issues are gone. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/doc/TODO.clang Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/TODO.clang diff -u src/doc/TODO.clang:1.19 src/doc/TODO.clang:1.20 --- src/doc/TODO.clang:1.19 Sat Feb 27 21:42:14 2016 +++ src/doc/TODO.clang Wed Jan 11 12:19:03 2017 @@ -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.