[PATCH] D120059: [sanitizer_common] Support Solaris < 11.4 in GetStaticTlsBoundary

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 04:48:53 PDT 2022


ro added a comment.

As mentioned before, I'd like to revive this patch (although there's no Action in Phabricator for this AFAICS): importing upstream sanitizers into GCC `libsanitizer` broke the Solaris 11.3 build, which is still supported in GCC.  As a side effect, it would also unbreak (at least in this regard) `compiler-rt` on Illumos.

Retested on `amd64-pc-solaris2.11`, `sparcv9-sun-solaris2.11` (Solaris 11.4), and `x86_64-pc-linux-gnu`; as well as the same targets inside the GCC tree (also for Solaris 11.3 there).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120059



More information about the llvm-commits mailing list