[flang-commits] [PATCH] D137859: [flang] Restore ENUM_CLASS() to be compilation-time code

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Sun Nov 13 10:40:35 PST 2022


klausler added a comment.

In D137859#3923388 <https://reviews.llvm.org/D137859#3923388>, @Renaud-K wrote:

> Why do you say "Restore compile time code" in the review title? EnumToString never was compite-ime until now.

I mean that the construction of the tables used by EnumToString() should now take place at compilation time rather than needing execution-time allocation and initialization.


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

https://reviews.llvm.org/D137859



More information about the flang-commits mailing list