[PATCH] D143513: [DebugInfo] Allow parsing line tables aligned to 4 or 8-byte boundaries

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 11:44:32 PST 2023


probinson added a comment.

In D143513#4178528 <https://reviews.llvm.org/D143513#4178528>, @benmxwl-arm wrote:

> (I'm still using // in the test since llvm-mc with the arm-none-eabi triple does not accept
> \# or \#\# as a comment).

I'm confused. The RUN lines and CHECK lines are using # as a comment introducer; if llvm-mc won't accept that, why does it work?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143513



More information about the llvm-commits mailing list