[PATCH] D11484: [compiler] [tsan] Enable tsan for aarch64

Renato Golin renato.golin at linaro.org
Tue Aug 4 03:50:34 PDT 2015


rengolin added inline comments.

================
Comment at: lib/tsan/tests/rtl/tsan_posix.cc:95
@@ +94,3 @@
+// The test is failing with high thread count for aarch64.
+// TODO(azanella): track down the issue and re-enable the test.
+#ifndef __aarch64__
----------------
Don't need to add your name to a TODO. :)

Also, we normally use FIXME.


http://reviews.llvm.org/D11484







More information about the llvm-commits mailing list