[PATCH] D131344: [RISC-V][HWASAN] Adjust lit test support for RISC-V HWASAN feature

Alexey Baturo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 05:22:39 PDT 2022


smd updated this revision to Diff 452635.
smd added a comment.
Herald added subscribers: llvm-commits, frasercrmck, apazos, jocewei, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, johnrusso, rbar, asb.
Herald added a project: LLVM.

Introduce some new tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131344

Files:
  compiler-rt/test/hwasan/TestCases/Linux/atfork.cpp
  compiler-rt/test/hwasan/TestCases/Linux/vfork.c
  compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
  compiler-rt/test/hwasan/TestCases/global-with-reduction.c
  compiler-rt/test/hwasan/TestCases/global.c
  compiler-rt/test/hwasan/TestCases/stack-uas.c
  compiler-rt/test/hwasan/TestCases/tag-mismatch-border-address.c
  compiler-rt/test/hwasan/TestCases/try-catch.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-setjmp.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp
  compiler-rt/test/hwasan/TestCases/use-after-scope.cpp
  llvm/test/CodeGen/RISCV/hwasan-check-memaccess.ll
  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: D131344.452635.patch
Type: text/x-patch
Size: 61611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220815/f90a4025/attachment.bin>


More information about the llvm-commits mailing list