Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lldb/test/Shell/SymbolFile/dissassemble-entry-point.s
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# REQUIRES: lld, arm

# RUN: llvm-mc -triple=thumbv7-eabi %s -filetype=obj -o %t.o
# RUN: ld.lld %t.o -o %t --section-start=.text=0x8074 -e 0x8075 -s
# RUN: ld.lld %t.o -o %t --image-base=0x8074 --section-start=.text=0x8074 -e 0x8075 -s
# RUN: %lldb -x -b -o 'dis -s 0x8074 -e 0x8080' -- %t | FileCheck %s
# CHECK: {{.*}}[0x8074] <+0>: movs r0, #0x2a
# CHECK-NEXT: {{.*}}[0x8076] <+2>: movs r7, #0x1
Expand All @@ -10,4 +10,4 @@
_start:
movs r0, #0x2a
movs r7, #0x1
svc #0x0
svc #0x0
Loading