[PATCH] D68069: Explicitly set entry point arch when it's thumb

António Afonso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 18:59:56 PDT 2019


aadsm added a comment.

I ended reverting this because of SymbolFile/Breakpad/symtab.test. It seems that in this test we add symbols after the synthetic entry point symbol is added creating confusion.
I think I'll need to change the code that adds symbols in Symtab to explicitly check if we're overlapping the synthetic entry point and reduce the entry point or remove it in the case it overlaps at the beginning.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68069/new/

https://reviews.llvm.org/D68069





More information about the llvm-commits mailing list