[PATCH] D157497: feat: Migrate isArch16Bit

Evgeniy Makarev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 14 06:01:51 PDT 2023


Pivnoy added a comment.

This discussion was the main motivation for this change.
https://discourse.llvm.org/t/rfc-refactor-triple-related-classes/70410/11
As a result, Triple should become a data class, and its dependencies such as Architecture, Operating System etc. represent in the form of interfaces that can be implemented for the necessary instances.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157497



More information about the cfe-commits mailing list