[PATCH] [lsan] Convert the remaining LSan tests to output tests.

Alexander Potapenko glider at google.com
Mon May 27 07:10:10 PDT 2013



================
Comment at: lib/lsan/lit_tests/SharedLibs/huge_tls_lib_so.cc:19
@@ +18,3 @@
+// space (see STATIC_TLS_SURPLUS in glibc).
+__thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; // NOLINT
+
----------------
Why there's a NOLINT here?


http://llvm-reviews.chandlerc.com/D870



More information about the llvm-commits mailing list