This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -fsanitize=thread support on ppc64


Bill Schmidt wrote:
> On Jan 23, 2017, at 8:32 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> >
> > Another question is, it seems upstream has s390{,x}-*-linux* support for
> > asan/ubsan, does that work?  In that case we should add it to configure.tgt
> > too (similarly to the sparc*-*-linux* entry).
> 
> CCing Uli for the s390 question.

Asan support was added just recently to LLVM for s390x-linux.  However,
I'm not sure it will work out-of-the-box on GCC, since we haven't done any
back-end work to enable it.  Also, LLVM is 64-bit only, so there probably
would have to be extra work in the libraries to enable 31-bit mode.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]