[NFC][StackSafety] noinline in alias tests

This commit is contained in:
Vitaly Buka 2020-08-07 17:22:08 -07:00
parent 0334578edc
commit b317321545
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64-unknown-linux"
attributes #0 = { sanitize_memtag "target-features"="+mte,+neon" }
attributes #0 = { noinline sanitize_memtag "target-features"="+mte,+neon" }
@InterposableAliasWrite1 = linkonce dso_local alias void(i8*), void(i8*)* @Write1

View File

@ -58,7 +58,7 @@
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64-unknown-linux"
attributes #0 = { sanitize_memtag "target-features"="+mte,+neon" }
attributes #0 = { noinline sanitize_memtag "target-features"="+mte,+neon" }
declare void @PreemptableAliasWrite1(i8* %p)
declare void @AliasToPreemptableAliasWrite1(i8* %p)