summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-abicalls-error.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace the UTF-8 characters in the error message.Brad Smith2018-11-181-1/+1
| | | | llvm-svn: 347178
* [mips] Improve handling of -fno-[pic/PIC] optionAleksandar Beserminji2018-05-071-0/+2
In order to disable PIC and to match GCC behaviour, -mno-abicalls option is neccessary. When -fno-[pic/PIC] is used witout -mno-abicalls, warning is reported. An error is reported when -fno-pic or -fno-PIC is used in combination with -mabicalls. In this commit, test case is added. Depends on D44381. Differential Revision: https://reviews.llvm.org/D44684 llvm-svn: 331640
OpenPOWER on IntegriCloud