[PATCH] D27301: [sanitizer] Add a bunch of ifdefs for sparc targets to avoid build failures.

Maxim Ostapenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 07:21:23 PST 2016


m.ostapenko created this revision.
m.ostapenko added reviewers: kcc, eugenis.
m.ostapenko added subscribers: llvm-commits, ygribov.
m.ostapenko set the repository for this revision to rL LLVM.
m.ostapenko added a project: Sanitizers.
Herald added subscribers: kubabrecka, jyknight.

Although nobody seems to be interested in sparc at LLVM side, GCC users still want to use sanitizers on sparc targets. We used to apply several local patches to GCC (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63958 and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78532) to fix build issues, however we need to adjust/reapply them after each merge...
Can we commit them upstream?


Repository:
  rL LLVM

https://reviews.llvm.org/D27301

Files:
  lib/sanitizer_common/sanitizer_platform_limits_linux.cc
  lib/sanitizer_common/sanitizer_platform_limits_posix.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27301.79907.patch
Type: text/x-patch
Size: 4919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161201/5f9b8de2/attachment.bin>


More information about the llvm-commits mailing list