[PATCH] D131575: [RISC-V][HWASAN] Add support for HWASAN code instrumentation for RISC-V

Alexey Baturo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 01:30:18 PDT 2022


smd updated this revision to Diff 453922.
smd added a comment.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

Don't push tagged globals option for riscv64 hwasan tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131575

Files:
  compiler-rt/test/hwasan/lit.cfg.py
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca-with-calls.ll
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/alloca.ll
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/atomic.ll
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/basic.ll
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/exception-lifetime.ll
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/stack-safety-analysis.ll
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/use-after-scope-setjmp.ll
  llvm/test/Instrumentation/HWAddressSanitizer/RISCV/with-calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131575.453922.patch
Type: text/x-patch
Size: 51350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220819/67ac9a6c/attachment.bin>


More information about the llvm-commits mailing list