llvm-project/clang/lib/Driver/ToolChains/Arch
Aleksandar Beserminji 20d603bbdf [mips] Improve handling of -fno-[pic/PIC] option
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
2018-05-07 14:30:49 +00:00
..
AArch64.cpp [AArch64] Fix PR34625 -mtune without -mcpu should not set -target-cpu 2017-10-24 09:51:55 +00:00
AArch64.h
ARM.cpp Fix typos in clang 2018-04-06 15:14:32 +00:00
ARM.h [ARM] Option for reading thread pointer from coprocessor register 2017-09-12 10:40:58 +00:00
Mips.cpp [mips] Improve handling of -fno-[pic/PIC] option 2018-05-07 14:30:49 +00:00
Mips.h [mips] Spectre variant two mitigation for MIPSR2 2018-02-21 00:05:05 +00:00
PPC.cpp [PowerPC] Option for secure plt mode 2018-04-11 12:24:44 +00:00
PPC.h [PowerPC] Option for secure plt mode 2018-04-11 12:24:44 +00:00
RISCV.cpp Switch to Clang's isDigit function. 2018-04-25 23:50:55 +00:00
RISCV.h [RISCV] Add the RISCV target and compiler driver 2018-01-11 13:36:56 +00:00
Sparc.cpp
Sparc.h
SystemZ.cpp
SystemZ.h
X86.cpp [clang-cl] Add support for /arch:AVX512F and /arch:AVX512 2018-01-25 15:24:43 +00:00
X86.h