================ 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