[PATCH] D127544: Add no_sanitize('hwaddress') (and 'memtag', but that's a no-op).

Mitch Phillips via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 16 15:29:10 PDT 2022


hctim updated this revision to Diff 437734.
hctim marked 2 inline comments as done.
hctim added a comment.

Create test input files rather than synthesizing on the fly, fix tests on windows.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127544/new/

https://reviews.llvm.org/D127544

Files:
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/CodeGen/Inputs/sanitizer-extra-source.cpp
  clang/test/CodeGen/Inputs/sanitizer-ignorelist-global.txt
  clang/test/CodeGen/Inputs/sanitizer-ignorelist-src.txt
  clang/test/CodeGen/hwasan-globals.cpp
  clang/test/CodeGen/memtag-globals.cpp
  compiler-rt/test/hwasan/TestCases/global-with-reduction.c
  compiler-rt/test/hwasan/TestCases/global.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127544.437734.patch
Type: text/x-patch
Size: 13398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220616/df4642a9/attachment.bin>


More information about the cfe-commits mailing list