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
___
cfe-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 updated this revision to Diff 549688.
Pivnoy added a comment.
Herald added subscribers: luke, pmatos, frasercrmck, luismarques, apazos,
sameer.abuasal, pengfei, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck,
rogfer01, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, johnruss
Pivnoy updated this revision to Diff 549621.
Pivnoy added a comment.
Fix some format mistake
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157497/new/
https://reviews.llvm.org/D157497
Files:
clang/lib/Frontend/CompilerInvocation.cpp
llvm/inclu
Pivnoy updated this revision to Diff 549620.
Pivnoy added a comment.
Add deprecated attribute
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157497/new/
https://reviews.llvm.org/D157497
Files:
clang/lib/Frontend/CompilerInvocation.cpp
llvm/incl
Pivnoy created this revision.
Herald added subscribers: luke, pmatos, asb, frasercrmck, luismarques, apazos,
sameer.abuasal, pengfei, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult,
MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal,
simoncook, johnrusso, rbar, fedor.serge
Pivnoy created this revision.
Herald added subscribers: s.egerton, simoncook, asb, fedor.sergeev, hiraditya,
rampitec.
Herald added a project: All.
Pivnoy requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, wangpc, aheejin.
Herald added projects: clang, LLVM.
R
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