[all-commits] [llvm/llvm-project] f3f287: [hwasan] [NFC] copy and disable ASAN tests to hwasan.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Jul 20 02:12:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3f287f0f605f3e47bbf90aeb7077f42e31a6bc8
https://github.com/llvm/llvm-project/commit/f3f287f0f605f3e47bbf90aeb7077f42e31a6bc8
Author: Florian Mayer <fmayer at google.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
A compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp
A compiler-rt/test/hwasan/TestCases/use-after-scope.cpp
Log Message:
-----------
[hwasan] [NFC] copy and disable ASAN tests to hwasan.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D106159
More information about the All-commits
mailing list