[PATCH] D67787: Add 8548 CPU definition and attributes
Justin Hibbits via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 27 12:39:34 PDT 2019
jhibbits marked an inline comment as done.
jhibbits added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Arch/PPC.cpp:61
.Case("a2q", "a2q")
+ .Case("8548", "e500")
+ .Case("e500", "e500")
----------------
vit9696 wrote:
> That looks like a typo to me. There is one more 8548 case above.
You're right, I missed that I added it above already.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67787/new/
https://reviews.llvm.org/D67787
More information about the cfe-commits
mailing list