[PATCH] D55896: [MC] [AArch64] Support resolving fixups for :abs_g0: etc.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 19 14:01:23 PST 2018


efriedma added a comment.

Yes, AArch64AsmParser::classifySymbolRef currently doesn't treat "#:abs_g0:value" as symbolic if "value" is known.  It's straightforward to fix, but it's sort of orthogonal to this patch. I'll post it separately.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55896





More information about the llvm-commits mailing list