diff options
Diffstat (limited to 'llvm/test/ThinLTO/X86/distributed_import.ll')
-rw-r--r-- | llvm/test/ThinLTO/X86/distributed_import.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/distributed_import.ll b/llvm/test/ThinLTO/X86/distributed_import.ll index a67fe20bd9c..b65c3be14f7 100644 --- a/llvm/test/ThinLTO/X86/distributed_import.ll +++ b/llvm/test/ThinLTO/X86/distributed_import.ll @@ -59,7 +59,7 @@ ; EXPORT: @G.llvm. target triple = "x86_64-unknown-linux-gnu" -target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" declare i32 @g(...) declare void @analias(...) |