[all-commits] [llvm/llvm-project] 847fa8: [RISC-V][HWASAN] Adjust lit test support for RISC-...

Alex via All-commits all-commits at lists.llvm.org
Wed Dec 14 05:15:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 847fa84b3d346313bbad31d4c76b0f70d73827aa
      https://github.com/llvm/llvm-project/commit/847fa84b3d346313bbad31d4c76b0f70d73827aa
  Author: Alexey Baturo <space.monkey.delivers at gmail.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M compiler-rt/test/hwasan/TestCases/Linux/atfork.cpp
    M compiler-rt/test/hwasan/TestCases/Linux/vfork.c
    M compiler-rt/test/hwasan/TestCases/exported-tagged-global.c
    M compiler-rt/test/hwasan/TestCases/stack-oob.c
    M compiler-rt/test/hwasan/TestCases/stack-uas.c
    M compiler-rt/test/hwasan/TestCases/tag-mismatch-border-address.c
    M compiler-rt/test/hwasan/TestCases/try-catch.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-setjmp.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp
    M compiler-rt/test/hwasan/TestCases/use-after-scope.cpp

  Log Message:
  -----------
  [RISC-V][HWASAN] Adjust lit test support for RISC-V HWASAN feature

Reviewed by: vitalybuka

Differential Revision: https://reviews.llvm.org/D131344




More information about the All-commits mailing list