This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGde8deb5189c9: [clang][PPC] Supporting -mcpu=405 (authored by
Qiongsi Wu ).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
qiongsiwu1 added a comment.
The pre-commit CI crashes do not seem to relate to this patch. I will land it
soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140080/new/
https://reviews.llvm.org/D140080
___
qiongsiwu1 updated this revision to Diff 483146.
qiongsiwu1 added a comment.
Addressing review comments. Thanks for the review @nemanjai !!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140080/new/
https://reviews.llvm.org/D140080
Files:
clang/l
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
I don't think the comments require another round of review. Thanks for fixing
this.
Comment at: clang/lib/Driver/ToolChains/Arch/PPC.cpp:23-29
+static constexpr llvm::St
qiongsiwu1 updated this revision to Diff 483060.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140080/new/
https://reviews.llvm.org/D140080
Files:
clang/lib/Driver/ToolChains/Arch/PPC.cpp
clang/test/Driver/ppc-cpus.c
Index: clang/test/Driver/p
qiongsiwu1 created this revision.
qiongsiwu1 added a reviewer: nemanjai.
qiongsiwu1 added projects: PowerPC, clang.
Herald added subscribers: shchenz, kbarton.
Herald added a project: All.
qiongsiwu1 requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
The ClangBuilt