diff options
Diffstat (limited to 'clang/test/CodeGen/thinlto-distributed.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto-distributed.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-distributed.ll b/clang/test/CodeGen/thinlto-distributed.ll index ae21d7b3e9a..a578aae7e05 100644 --- a/clang/test/CodeGen/thinlto-distributed.ll +++ b/clang/test/CodeGen/thinlto-distributed.ll @@ -12,7 +12,7 @@ ; RUN: -emit-obj -fthinlto-index=%t.o.thinlto.bc \ ; RUN: -o %t.native.o -x ir %t.o -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-grtev4-linux-gnu" define i32 @main() { |