[PATCH] D58432: SanitizerCommon: 64-bit SPARC/Linux port

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 21 11:26:58 PST 2019


vitalybuka added a subscriber: krytarowski.
vitalybuka added a comment.

Any plans to have __sparc__ Linux buildbot with sanitizers?
Without that support may regress very quickly.



================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_platform.h:253
+#if defined(__sparc__) && SANITIZER_WORDSIZE == 64
+# define SANITIZER_SIGN_EXTENDED_ADDRESSES 1
+#else
----------------
vitalybuka wrote:
> As this it's going to affect Solaris
@krytarowski
Same here. Not sure if we had working SPARK Solaris.



Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58432/new/

https://reviews.llvm.org/D58432





More information about the llvm-commits mailing list