diff options
author | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2022-06-24 10:48:18 -0700 |
---|---|---|
committer | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2022-06-24 12:04:11 -0700 |
commit | faf5e0ec737a676088649d7c13cb50f3f91a703a (patch) | |
tree | 0082ee0b3ad78ff55b2a3a65ef5bfdb8cd9713a1 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | f57066401e45af8932d06554b12b9511bc95bc76 (diff) | |
download | llvm-faf5e0ec737a676088649d7c13cb50f3f91a703a.zip llvm-faf5e0ec737a676088649d7c13cb50f3f91a703a.tar.gz llvm-faf5e0ec737a676088649d7c13cb50f3f91a703a.tar.bz2 |
Add no_sanitize('hwaddress') (and 'memtag', but that's a no-op).
Currently, `__attribute__((no_sanitize('hwaddress')))` is not possible. Add this piece of plumbing, and now that we properly support copying attributes between an old and a new global variable, add a regression test for the GlobalOpt bug that previously lost the attribute.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D127544
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions