Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / Breakpoint / ppc64le-localentry.test
blobe5a7a6b3baf1b2b1e542b8132ca2837350125280
1 # REQUIRES: powerpc
3 # RUN: llvm-mc -triple=powerpc64le -filetype=obj %p/Inputs/ppc64le-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