mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-22 07:32:48 +00:00
8 lines
235 B
LLVM
8 lines
235 B
LLVM
|
; RUN: llvm-as %s -o %t.o
|
||
|
; RUN: ld -plugin %llvmshlibdir/LLVMgold.so -m elf32ppc \
|
||
|
; RUN: -plugin-opt=mtriple=powerpc-linux-gnu \
|
||
|
; RUN: -shared %t.o -o %t2.o
|
||
|
; RUN: llvm-readobj %t2.o | FileCheck %s
|
||
|
|
||
|
; CHECK: Format: ELF32-ppc
|