1# REQUIRES: powerpc 2# 3# RUN: llvm-mc -triple=powerpc64le -filetype=obj %p/Inputs/ppc64-localentry.s -o %t 4# RUN: lldb-test breakpoints %t %s | FileCheck %s 5 6breakpoint set -n lfunc 7# CHECK-LABEL: breakpoint set -n lfunc 8# CHECK: Address: {{.*}}`lfunc + 8 9 10breakpoint set -n simple 11# CHECK-LABEL: breakpoint set -n simple 12# CHECK: Address: {{.*}}`simple 13