diff options
Diffstat (limited to 'llvm/test/LTO/Resolution/X86/multi-thinlto.ll')
-rw-r--r-- | llvm/test/LTO/Resolution/X86/multi-thinlto.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LTO/Resolution/X86/multi-thinlto.ll b/llvm/test/LTO/Resolution/X86/multi-thinlto.ll index 06150e44a16..e782b4fd8ad 100644 --- a/llvm/test/LTO/Resolution/X86/multi-thinlto.ll +++ b/llvm/test/LTO/Resolution/X86/multi-thinlto.ll @@ -3,5 +3,5 @@ ; RUN: not llvm-lto2 run -o %t3.o %t2.o 2>&1 | FileCheck %s ; CHECK: Expected at most one ThinLTO module per bitcode file -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" target triple = "x86_64-unknown-linux-gnu" |