[PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el arch

Sergey Matveev earthdok at google.com
Wed Jan 14 12:19:57 PST 2015


Sorry about the long wait. I had a long vacation as well.

The changes in the last patch look ok. However, as we discussed, this CL still needs a test before I can accept it.


REPOSITORY
  rL LLVM

================
Comment at: lib/sanitizer_common/sanitizer_linux_libcdep.cc:170
@@ +169,3 @@
+  return ((ThreadDescriptorSize() + kTcbHead + kTlsTcbAlign - 1) &
+                                              ~(kTlsTcbAlign -1));
+}
----------------
whitespace after "-", indent

http://reviews.llvm.org/D5616

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list