[compiler-rt] r298879 - Fix comment in lsan_linux.cc
Francis Ricci via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 12:44:11 PDT 2017
Author: fjricci
Date: Mon Mar 27 14:44:11 2017
New Revision: 298879
URL: http://llvm.org/viewvc/llvm-project?rev=298879&view=rev
Log:
Fix comment in lsan_linux.cc
Modified:
compiler-rt/trunk/lib/lsan/lsan_linux.cc
Modified: compiler-rt/trunk/lib/lsan/lsan_linux.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/lsan/lsan_linux.cc?rev=298879&r1=298878&r2=298879&view=diff
==============================================================================
--- compiler-rt/trunk/lib/lsan/lsan_linux.cc (original)
+++ compiler-rt/trunk/lib/lsan/lsan_linux.cc Mon Mar 27 14:44:11 2017
@@ -22,5 +22,5 @@ AllocatorCache *GetAllocatorCache() { re
} // namespace __lsan
-#endif // CAN_SANITIZE_LEAKS && SANITIZER_LINUX
+#endif // SANITIZER_LINUX
More information about the llvm-commits
mailing list