]> granicus.if.org Git - clang/commit
Add -m(no)-spe to clang
authorJustin Hibbits <jrh29@alumni.cwru.edu>
Thu, 5 Sep 2019 13:38:46 +0000 (13:38 +0000)
committerJustin Hibbits <jrh29@alumni.cwru.edu>
Thu, 5 Sep 2019 13:38:46 +0000 (13:38 +0000)
commit280c4e53349a35cbe54732d7063390ff82a07cc5
treec6f9ce5f2c9ecd52a32f94c6a7b6fe1207e12648
parent446ef3b0d8d96cccb13bcc6fa4568afde0effb41
Add -m(no)-spe to clang

Summary:
r337347 added support for the Signal Processing Engine (SPE) to LLVM.
This follows that up with the clang side.

This adds -mspe and -mno-spe, to match GCC.

Subscribers: nemanjai, kbarton, cfe-commits

Differential Revision: https://reviews.llvm.org/D49754

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371066 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Basic/Targets/PPC.cpp
lib/Basic/Targets/PPC.h
lib/CodeGen/TargetInfo.cpp
test/Driver/ppc-features.cpp
test/Preprocessor/init.c