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