summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/nomathbuiltin.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[Driver] Make sure -fno-math-builtin option is being passed by the ↵Chad Rosier2016-01-261-0/+1
| | | | | | | | driver." This reverts commit r258814. llvm-svn: 258815
* [Driver] Make sure -fno-math-builtin option is being passed by the driver.Chad Rosier2016-01-261-1/+0
| | | | | | | | | | Support for the -fno-math-builtin option was added in r186899. The codegen side is being tested in test/CodeGen/nomathbuiltin.c. The missing part was just passing the option through the driver. PR26317 llvm-svn: 258814
* Account for calling convention specifiers in function definitions in IR test ↵David Blaikie2015-06-291-1/+1
| | | | | | | | | | | | | cases Several tests wouldn't pass when executed on an armv7a_pc_linux triple due to the non-default arm_aapcs calling convention produced on the function definitions in the IR output. Account for this with the application of a little regex. Patch by Ying Yi. llvm-svn: 240971
* Make the nomathbuiltin.c test less demanding.Eli Bendersky2013-07-231-7/+1
| | | | | | This should hopefully unbreak the Windows bots at http://bb.pgr.jp llvm-svn: 186906
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+18
llvm-svn: 186899
OpenPOWER on IntegriCloud