diff options
author | Vlad Tsyrklevich <vlad@tsyrklevich.net> | 2019-08-28 01:08:54 +0000 |
---|---|---|
committer | Vlad Tsyrklevich <vlad@tsyrklevich.net> | 2019-08-28 01:08:54 +0000 |
commit | 57076d3199fc2b0af4a3736b7749dd5462cacda5 (patch) | |
tree | 933845f832b4516b58c18150d367afcb721a5267 /llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll | |
parent | 712a9b02c05fdeff9b5fffaa4c10ab5f7410a885 (diff) | |
download | bcm5719-llvm-57076d3199fc2b0af4a3736b7749dd5462cacda5.tar.gz bcm5719-llvm-57076d3199fc2b0af4a3736b7749dd5462cacda5.zip |
Revert "Change the X86 datalayout to add three address spaces for 32 bit signed,"
This reverts commit r370083 because it caused check-lld failures on
sanitizer-x86_64-linux-fast.
llvm-svn: 370142
Diffstat (limited to 'llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll b/llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll index 44c9b3e26f3..819ba8caa32 100644 --- a/llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll +++ b/llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll @@ -1,4 +1,4 @@ -target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" $comdat.any = comdat any |