[Lldb-commits] [PATCH] D68069: Explicitly set entry point arch when it's thumb
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 27 16:42:24 PDT 2019
aadsm added a comment.
> (substituting llvm-mc for as and ld.lld for linker).
I was not able to figure out how to generate the object file with llvm-mc correctly. I've tried a few variations of the triple (e.g.: `armv7-eabi`) but I never end up with the same code that I have in the assembly: `# RUN: llvm-mc -triple=thumbv7 %s -filetype=obj -o %t.o`. Any idea here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68069/new/
https://reviews.llvm.org/D68069
More information about the lldb-commits
mailing list