[all-commits] [llvm/llvm-project] ff0311: [PowerPC]: Add powerpcspe target triple subarch co...
Justin Hibbits via All-commits
all-commits at lists.llvm.org
Wed Jan 8 17:11:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ff0311c4b3b9dce9d25d08e38aa163682b155513
https://github.com/llvm/llvm-project/commit/ff0311c4b3b9dce9d25d08e38aa163682b155513
Author: Justin Hibbits <chmeeedalf at gmail.com>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M clang/lib/Basic/Targets/PPC.cpp
M clang/lib/Basic/Targets/PPC.h
M clang/test/Preprocessor/init.c
M llvm/include/llvm/ADT/Triple.h
M llvm/lib/Support/Triple.cpp
M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
M llvm/unittests/ADT/TripleTest.cpp
Log Message:
-----------
[PowerPC]: Add powerpcspe target triple subarch component
Summary:
This allows the use of '-target powerpcspe-unknown-linux-gnu' or
'powerpcspe-unknown-freebsd' to be used, instead of
'-target powerpc-unknown-linux-gnu -mspe'.
Reviewed By: dim
Differential Revision: https://reviews.llvm.org/D72014
More information about the All-commits
mailing list