[PATCH] D67787: Add 8548 CPU definition and attributes

Vitaly Cheptsov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 26 01:15:16 PDT 2019


vit9696 added a comment.

I noticed a typo in the file, but the rest looks good now.



================
Comment at: clang/lib/Driver/ToolChains/Arch/PPC.cpp:61
         .Case("a2q", "a2q")
+        .Case("8548", "e500")
+        .Case("e500", "e500")
----------------
That looks like a typo to me. There is one more 8548 case above.


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