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

Kumar Sukhani kumarsukhani at gmail.com
Wed Oct 15 01:38:45 PDT 2014


================
Comment at: lib/sanitizer_common/sanitizer_linux.cc:841
@@ -836,1 +840,3 @@
+               newtls, child_tidptr);
+}
 #endif  // defined(__x86_64__) && SANITIZER_LINUX
----------------
@earthdok: After the basic support for mips64 is merged, I will start working on implementing clone in assembly.
Btw using syscall(clone,..) is not a good option for this?

http://reviews.llvm.org/D5616






More information about the llvm-commits mailing list