[PATCH] D49754: Add -m(no-)spe, and e500 CPU definitions and support to clang
Justin Hibbits via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 29 20:08:39 PDT 2019
jhibbits updated this revision to Diff 207214.
jhibbits added a comment.
Made '8548' CPU designation just a stub, to be filled out later. I added it
just for parity with GCC. The 8548 CPU, for GCC, also sets the
__NO_LWSYNC__ macro, which doesn't belong with the SPE change, so will have
to be revisited later.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D49754/new/
https://reviews.llvm.org/D49754
Files:
include/clang/Driver/Options.td
lib/Basic/Targets/PPC.cpp
lib/Basic/Targets/PPC.h
lib/CodeGen/TargetInfo.cpp
lib/Driver/ToolChains/Arch/PPC.cpp
test/Driver/ppc-features.cpp
test/Misc/target-invalid-cpu-note.c
test/Preprocessor/init.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49754.207214.patch
Type: text/x-patch
Size: 7590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190630/e3c2c62e/attachment.bin>
More information about the cfe-commits
mailing list