diff options
author | Alexander Potapenko <glider@google.com> | 2022-02-17 15:48:35 +0100 |
---|---|---|
committer | Alexander Potapenko <glider@google.com> | 2022-02-18 09:51:54 +0100 |
commit | c85a26454d4b3dab383555c3864568b7aff9c225 (patch) | |
tree | 03976ec86a23f587bca1e4f6bf62c10aae8ffd9d /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 5333447a00ff568e5029483e1b46041ad1c9788f (diff) | |
download | llvm-c85a26454d4b3dab383555c3864568b7aff9c225.zip llvm-c85a26454d4b3dab383555c3864568b7aff9c225.tar.gz llvm-c85a26454d4b3dab383555c3864568b7aff9c225.tar.bz2 |
[asan] Add support for disable_sanitizer_instrumentation attribute
For ASan this will effectively serve as a synonym for
__attribute__((no_sanitize("address"))).
Adding the disable_sanitizer_instrumentation to functions will drop the
sanitize_XXX attributes on the IR level.
This is the third reland of https://reviews.llvm.org/D114421.
Now that TSan test is fixed (https://reviews.llvm.org/D120050) there
should be no deadlocks.
Differential Revision: https://reviews.llvm.org/D120055
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions