[PATCH] [LSan] [MIPS] adding support of LSan for mips64/mips64el arch
Sergey Matveev
earthdok at google.com
Wed Feb 18 12:09:02 PST 2015
Sorry, this fell off my radar. Do you need me to land this?
REPOSITORY
rL LLVM
================
Comment at: lib/lsan/lsan_common.cc:109
@@ -108,3 +108,3 @@
if (p < kMinAddress) return false;
#ifdef __x86_64__
// Accept only canonical form user-space addresses.
----------------
style nit: this should be "#if defined" since there's an "#eilf defined" below
http://reviews.llvm.org/D7013
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list