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/index-const-prop2.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/index-const-prop2.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/index-const-prop2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/index-const-prop2.ll b/llvm/test/ThinLTO/X86/index-const-prop2.ll index 430c7e8156d..a5fbbdf1e92 100644 --- a/llvm/test/ThinLTO/X86/index-const-prop2.ll +++ b/llvm/test/ThinLTO/X86/index-const-prop2.ll @@ -74,7 +74,7 @@ ; CODEGEN2-SRC-NEXT: %2 = tail call i32 @rand() ; CODEGEN2-SRC-NEXT: ret void -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-pc-linux-gnu" ; We should be able to link external definition of gBar to its declaration |