diff options
Diffstat (limited to 'llvm/test/tools/gold/PowerPC/mtriple.ll')
-rw-r--r-- | llvm/test/tools/gold/PowerPC/mtriple.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/tools/gold/PowerPC/mtriple.ll b/llvm/test/tools/gold/PowerPC/mtriple.ll index 87b226014ca..ed7fd485cc9 100644 --- a/llvm/test/tools/gold/PowerPC/mtriple.ll +++ b/llvm/test/tools/gold/PowerPC/mtriple.ll @@ -8,6 +8,9 @@ ; RUN: llvm-readobj --file-headers %t2 | FileCheck --check-prefix=DSO %s ; RUN: llvm-readobj --file-headers %t3.o | FileCheck --check-prefix=REL %s +target datalayout = "E-m:e-i64:64-n32:64" +target triple = "powerpc64-unknown-linux-gnu" + ; REL: Type: Relocatable ; REL-NEXT: Machine: EM_PPC |