[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git] / lldb / test / Shell / Breakpoint / ppc64-localentry.test
blobed4e64dfb45ab8a591f2d404b107be25216e243d
1 # REQUIRES: powerpc
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