bolt/deps/llvm-18.1.8/lldb/test/Shell/Breakpoint/ppc64-localentry.test
2025-02-14 19:21:04 +01:00

12 lines
351 B
Text

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