This is the mail archive of the gcc-bugs@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]

[Bug sanitizer/63850] Building TSAN for Aarch64 results in assembler Error


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63850

--- Comment #5 from Dmitry Vyukov <dvyukov at google dot com> ---
I suspect that configure and Makefiles are gcc-specific, that is needs to be
submitted to gcc diredctly.
And for tsan_rtl.h we have a change in flight that does essentially the same
(for mips64 support):
http://reviews.llvm.org/D6291
I've asked the author to disable HACKY_CALL for everything except __x86_64__.
So it seems it can be a pure gcc change.


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