llvm-capstone/llvm/test/Instrumentation/HWAddressSanitizer
Peter Collingbourne cd40bd0a32 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 hwasan: Pad arrays with non-1 size correctly. 2019-07-16 03:25:50 +00:00
alloca-compat.ll hwasan: Compatibility fixes for short granules. 2019-09-27 01:02:10 +00:00
alloca-with-calls.ll hwasan: Pad arrays with non-1 size correctly. 2019-07-16 03:25:50 +00:00
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 Added address-space mangling for stack related intrinsics 2019-07-22 12:42:48 +00:00
kernel-inline.ll
kernel.ll
landingpad.ll hwasan: Untag unwound stack frames by wrapping personality functions. 2019-08-23 01:28:44 +00:00
mem-intrinsics.ll
personality.ll hwasan: Untag unwound stack frames by wrapping personality functions. 2019-08-23 01:28:44 +00:00
prologue.ll
with-calls.ll