brintos

brintos / llvm-project-archived public Read only

0
0
Text · 602 B · e2bfa25 Raw
19 lines · plain
1; REQUIRES: ld_emu_elf32ppc2 3; RUN: llvm-as %s -o %t.o4; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext -m elf32ppc \5; RUN:    -plugin-opt=mtriple=powerpc-linux-gnu \6; RUN:    -plugin-opt=obj-path=%t3.o \7; RUN:    -shared %t.o -o %t28; RUN: llvm-readobj --file-headers %t2 | FileCheck  --check-prefix=DSO %s9; RUN: llvm-readobj --file-headers %t3.o | FileCheck --check-prefix=REL %s10 11target datalayout = "E-m:e-i64:64-n32:64"12target triple = "powerpc64-unknown-linux-gnu"13 14; REL:       Type: Relocatable15; REL-NEXT:  Machine: EM_PPC16 17; DSO:       Type: SharedObject18; DSO-NEXT:  Machine: EM_PPC19