[libcxx-commits] [PATCH] D139368: [libunwind] Use .irp directives. NFC

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 6 10:49:04 PST 2022


MaskRay added a comment.

In D139368#3975014 <https://reviews.llvm.org/D139368#3975014>, @compnerd wrote:

> This is definitely a nice cleanup.  There is a way to use `.irp` to have it count, but this is fine for now.

Thanks. Unfortunately, AFAIK, MACRO-11 introduced `.irp i,0,1,2,3` and `.irp i,0123` but no generalized iteration from X to Y... GNU as and LLVM MC inherited the directives from MACRO-11 but do not add a generalized iteration...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139368



More information about the libcxx-commits mailing list