[all-commits] [llvm/llvm-project] 01d5cc: hwasan: Don't pass the tagged-globals target-featu...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jul 8 10:37:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01d5cc5386affeda878e7e21b57c2a7e050d7b0a
https://github.com/llvm/llvm-project/commit/01d5cc5386affeda878e7e21b57c2a7e050d7b0a
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M clang/lib/Driver/SanitizerArgs.cpp
M clang/test/Driver/fsanitize.c
Log Message:
-----------
hwasan: Don't pass the tagged-globals target-feature to non-aarch64 backends.
The other backends don't know what this feature is and print a
message to stderr.
I recently tried to rework some target feature stuff in X86 and
this unknown feature tripped an assert I added.
Differential Revision: https://reviews.llvm.org/D83369
More information about the All-commits
mailing list