EricWF added a comment.

- The test should be moved to `test/libcxx/atomics/atomics.align` since it's 
libc++ specific.
- Please give the anonymous struct declarations unique names. `T1`, `T2`, ..., 
`TN` is fine. Currently they all mangle to `main::type` in diagnostic output.
- The test fails to link on my machine unless I manually links `-latomic`. The 
tests currently don't link `-latomic` and I don't want to turn it on by 
default. I'll try and fix this.


http://reviews.llvm.org/D22073



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to