[RISC-V][HWASAN] Adjust lit test support for RISC-V HWASAN feature
authorAlexey Baturo <space.monkey.delivers@gmail.com>
Sun, 31 Jul 2022 10:41:49 +0000 (13:41 +0300)
committerAlexey Baturo <space.monkey.delivers@gmail.com>
Wed, 14 Dec 2022 13:13:55 +0000 (16:13 +0300)
commit847fa84b3d346313bbad31d4c76b0f70d73827aa
tree429de1f39ad2a7c7192fe481ca5ea14d9ee2e3d7
parente07149c91f4bb43c1413bc1fbe19dc6eff2fcde6
[RISC-V][HWASAN] Adjust lit test support for RISC-V HWASAN feature

Reviewed by: vitalybuka

Differential Revision: https://reviews.llvm.org/D131344
21 files changed:
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/stack-oob.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