1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test/Instrumentation/HWAddressSanitizer
Peter Collingbourne 23aa8429e1 hwasan: Move .note.hwasan.globals note to hwasan.module_ctor comdat.
As of D70146 lld GCs comdats as a group and no longer considers notes in
comdats to be GC roots, so we need to move the note to a comdat with a GC root
section (.init_array) in order to prevent lld from discarding the note.

Differential Revision: https://reviews.llvm.org/D72936
2020-01-17 13:40:52 -08:00
..
X86
alloca-array.ll
alloca-compat.ll
alloca-with-calls.ll
alloca.ll
atomic.ll
basic-compat.ll
basic.ll
dbg-declare-tag-offset.ll
dbg-value-tag-offset.ll
globals.ll hwasan: Move .note.hwasan.globals note to hwasan.module_ctor comdat. 2020-01-17 13:40:52 -08:00
kernel-alloca.ll
kernel-inline.ll
kernel.ll
landingpad.ll
mem-intrinsics.ll
personality.ll
prologue.ll
with-calls.ll