[PATCH] D122507: [AArch64] Allow .variant_pcs before binding directive

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 16:53:02 PDT 2022


efriedma added a comment.

Please add a testcase where the symbol is local, for example:

  .variant_pcs foo
  foo:

(Not sure that's actually useful, but it's well-defined, as far as I can tell.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122507



More information about the llvm-commits mailing list