Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the UTF-8 characters in the error message. | Brad Smith | 2018-11-18 | 1 | -1/+1 |
| | | | | llvm-svn: 347178 | ||||
* | [mips] Improve handling of -fno-[pic/PIC] option | Aleksandar Beserminji | 2018-05-07 | 1 | -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 |