[all-commits] [llvm/llvm-project] bb4f7b: [compiler-rt][hwasan] Update register-dump-read.c ...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Jul 21 05:44:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb4f7b916661d2517fb8dfadfc8629e6bed56ce4
https://github.com/llvm/llvm-project/commit/bb4f7b916661d2517fb8dfadfc8629e6bed56ce4
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M compiler-rt/test/hwasan/TestCases/register-dump-read.c
Log Message:
-----------
[compiler-rt][hwasan] Update register-dump-read.c test
Since d564cfb53c71dbbbd46b6719f5fe53d70313de45 moved
__hwasan_tag_mismatch4 this test has been reporting
a frame 0 of __hwasan_tag_mismatch_v2.
This failure can be seen on our bots:
https://lab.llvm.org/buildbot/#/builders/185/builds/170
Before the change:
#0 0xaaaaba100e40 in main <...>/register-dump-read.c:21:10
After the change:
#0 0xaaaab8494bec in __hwasan_tag_mismatch_v2 <...>/hwasan/hwasan_tag_mismatch_aarch64.S:147
#1 0xaaaab84b4df8 in main <..>/register-dump-read.c:14:10
Update the test to check for a main frame as either frame
0 or frame 1.
More information about the All-commits
mailing list