[PATCH] D73542: [LLD][ELF][ARM] Do not substitute BL/BLX for non STT_FUNC symbols.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 18:29:13 PST 2020


thakis added a comment.

Well, it's technically correct, but it breaks real-world code in subtle ways none the less.

I think my suggestion of having clang's integrated assembler warn on .globls that are followd by assembly and that don't have an explicit .type might be a decent way forward.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73542





More information about the llvm-commits mailing list