1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +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 hwasan: Compatibility fixes for short granules. 2019-09-27 01:02:10 +00:00
alloca-with-calls.ll
alloca.ll hwasan: Compatibility fixes for short granules. 2019-09-27 01:02:10 +00:00
atomic.ll
basic-compat.ll hwasan: Compatibility fixes for short granules. 2019-09-27 01:02:10 +00:00
basic.ll hwasan: Compatibility fixes for short granules. 2019-09-27 01:02:10 +00:00
dbg-declare-tag-offset.ll
dbg-value-tag-offset.ll hwasan: add tag_offset DWARF attribute to optimized debug info 2019-12-12 16:18:54 -08:00
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