[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / lld / test / ELF / lto / sparcv9.ll
bloba4cdc6eafa4036a91324bf70d83c0d94bb4bfde1
1 ; REQUIRES: sparc
2 ;; Test we can infer the e_machine value EM_SPARCV9 from a bitcode file.
4 ; RUN: llvm-as %s -o %t.bc
5 ; RUN: ld.lld %t.bc -o %t
6 ; RUN: llvm-readobj -h %t | FileCheck %s
8 ; CHECK    Class: 64-bit
9 ; CHECK:   DataEncoding: BigEndian
10 ; CHECK: Machine: EM_SPARCV9
12 target datalayout = "E-m:e-i64:64-n32:64-S128"
13 target triple = "sparc64-unknown-elf"
15 define void @_start() {
16   ret void