Hi,
On 23/01/17 14:33, Jakub Jelinek wrote:
Hi!
I've noticed today there is tsan_rtl_ppc64.S file since the latest
merge from upstream. Does that mean tsan is supposed to work
on ppc64? Just powerpc64le-*-linux*, or powerpc64-*-linux* too?
FWIW LLVM has build bots for both ppc64le-linux and ppc64be-linux, see:
http://lab.llvm.org:8011/builders/sanitizer-ppc64le-linux
http://lab.llvm.org:8011/builders/sanitizer-ppc64be-linux
Thus TSan is supposed to work on ppc64, I guess.
-Maxim
If yes, then libsanitizer/configure.tgt should be changed to reflect that
change.
Jakub