summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/altivec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector ↵Hal Finkel2013-02-011-64/+0
| | | | | | | | instruction set I've renamed the altivec test to ppc-features (because now there is more than one feature to test). llvm-svn: 174204
* Revise unit testing for -fno-altivec, -mno-altivec.Bill Schmidt2013-02-011-0/+49
| | | | | | | As suggested, reverted the end-to-end test and added variations to an existing Driver test. llvm-svn: 174176
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-6/+6
| | | | | | | | | | | | | | clang itself. This dates back to clang's early days and while it looks like some of it is still used (for kext for example), other parts are probably dead. Remove the -ccc-clang-archs option and associated code. I don't think there is any remaining setup where clang doesn't support an architecture but it can expect an working gcc cross compiler to be available. A nice side effect is that tests no longer need to differentiate architectures that are included in production builds of clang and those that are not. llvm-svn: 165545
* For compatibility with gcc, accept -maltivec as an alias of -faltivec.Hal Finkel2012-06-171-0/+1
| | | | llvm-svn: 158613
* [driver] Don't try to set the deployment target when there is no boundChad Rosier2012-04-271-1/+1
| | | | | | | | | architecture; this was happening for tools such as lipo and dsymutil. Also, if no -arch option has been specified, set the architecture based on the TC default. rdar://11329656 llvm-svn: 155730
* Author: Daniel Dunbar <daniel@zuster.org>Daniel Dunbar2012-04-091-5/+5
| | | | | | | --- log message follows this test --- [tests] Fixup some tests to work in "CLANG_IS_PRODUCTION" mode. llvm-svn: 154342
* -arch is a darwin-only feature, use -target instead to make the linux ↵Benjamin Kramer2012-03-141-9/+11
| | | | | | | | buildbots happy again. Also check the error message. llvm-svn: 152694
* Typo.Chad Rosier2012-03-131-1/+1
| | | | llvm-svn: 152686
* [driver] Clang should report an error for -faltivec on non-ppc.Chad Rosier2012-03-131-0/+12
rdar://10963572 llvm-svn: 152684
OpenPOWER on IntegriCloud