3 # RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux %s -o %t
4 # RUN: ld.lld %t -o %t2
5 # RUN: llvm-objdump -d --no-show-raw-insn %t2 | FileCheck %s
7 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %s -o %t
8 # RUN: ld.lld %t -o %t2
9 # RUN: llvm-objdump -d --no-show-raw-insn %t2 | FileCheck %s
11 # CHECK: Disassembly of section .text:
22 # CHECK: 10010158: li 0, 1
23 # CHECK: 1001015c: li 3, 42
34 # CHECK: 10010164: bl 0x10010158
36 # CHECK-NEXT: 1001016c: bl 0x10010158