https://sourceware.org/bugzilla/show_bug.cgi?id=33483
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Test failures with LTO |Test failures with LTO and
| |sanitizer
--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
ld/Makefile.am has
# Strip out sanitization options as we want to test building binaries without
any extra paraphernalia
CFLAGS_FOR_TARGET = `echo $(CFLAGS) | sed -e 's/-fsanitize=[^ ]*//g'`
CXXFLAGS_FOR_TARGET = `echo $(CXXFLAGS) | sed -e 's/-fsanitize=[^ ]*//g'`
But they aren't used when "make check" is run from the top-level directories.
--
You are receiving this mail because:
You are on the CC list for the bug.