brintos

brintos / llvm-project-archived public Read only

0
0
Text · 351 B · ed4e64d Raw
13 lines · plain
1# REQUIRES: powerpc2#3# RUN: llvm-mc -triple=powerpc64 -filetype=obj %p/Inputs/ppc64-localentry.s -o %t4# RUN: lldb-test breakpoints %t %s | FileCheck %s5 6breakpoint set -n lfunc7# CHECK-LABEL: breakpoint set -n lfunc8# CHECK: Address: {{.*}}`lfunc + 89 10breakpoint set -n simple11# CHECK-LABEL: breakpoint set -n simple12# CHECK: Address: {{.*}}`simple13