Add ASAN guards to some asm data structures

This commit is contained in:
Justine Tunney 2022-03-18 12:56:10 -07:00
parent 6c2fd9ecc6
commit 390e22a8c6
15 changed files with 31 additions and 4 deletions

View file

@ -29,6 +29,7 @@
.hidden __bench_start,__bench_end
.byte 0
.align __SIZEOF_POINTER__
.underrun
__bench_start:
.previous/*
...
@ -37,4 +38,5 @@ __bench_start:
*/.section .piro.relo.sort.bench.3,"aw",@nobits
__bench_end:
.quad 0
.overrun
.previous