Pivnoy added a comment.
Herald added a subscriber: sunshaoce.
@bulbazord
@MaskRay
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157497/new/
https://reviews.llvm.org/D157497
___
lldb-commits mailing list
Pivnoy added a comment.
At the moment, the TargetParser architecture is extensible. This complicates
the addition of new architectures, operating systems, and so on.
In the main discussion, it was proposed to redesign the architecture of this
module in order to increase the possibility of adding
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 inte
Pivnoy created this revision.
Herald added a reviewer: JDevlieghere.
Herald added a reviewer: aaron.ballman.
Herald added a project: All.
Pivnoy requested review of this revision.
Herald added projects: clang, LLDB, LLVM.
Herald added subscribers: llvm-commits, lldb-commits, cfe-commits.
Repositor