[Lldb-commits] [lldb] [test] Fix dissassemble-entry-point.s for #140187 (PR #140978)

Pat Doyle via lldb-commits lldb-commits at lists.llvm.org
Wed May 21 18:52:36 PDT 2025


================
@@ -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
----------------
patdoyle-google wrote:

done, thanks!

https://github.com/llvm/llvm-project/pull/140978


More information about the lldb-commits mailing list