llvm-project/lld/ELF/Arch
Denis Bakhvalov 92fb5f2e47 [LLD] NFC: Fixed GCC warning in ELF/Arch/RISCV.cpp
GCC emits warning on this line:
error: enumeral and non-enumeral type in conditional
expression [-Werror=extra]

Change-Id: I04969cc32e27e310968b88ebaa4e1c4894528d74
llvm-svn: 365434
2019-07-09 03:56:44 +00:00
..
AArch64.cpp [ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for absolute relocation types in writable sections 2019-06-20 14:00:08 +00:00
AMDGPU.cpp [ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for absolute relocation types in writable sections 2019-06-20 14:00:08 +00:00
ARM.cpp [ELF][ARM] Merge handleARMTlsRelocation() into handleTlsRelocation() 2019-06-20 13:53:11 +00:00
AVR.cpp [LLD][ELF] - Improve diagnostic about unrecognized relocations. 2019-05-23 09:50:18 +00:00
Hexagon.cpp [ELF] Make the rule to create relative relocations in a writable section stricter 2019-06-11 12:59:30 +00:00
MSP430.cpp [LLD][ELF] - Improve diagnostic about unrecognized relocations. 2019-05-23 09:50:18 +00:00
Mips.cpp [ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for absolute relocation types in writable sections 2019-06-20 14:00:08 +00:00
MipsArchTree.cpp ELF: De-template ELFFileBase. NFCI. 2019-04-05 20:16:26 +00:00
PPC.cpp [ELF][PPC][X86] Use [-2**(n-1), 2**n) to check overflows for R_PPC_ADDR16, R_PPC64_ADDR{16,32}, R_X86_64_{8,16} 2019-06-24 05:37:20 +00:00
PPC64.cpp [ELF][PPC][X86] Use [-2**(n-1), 2**n) to check overflows for R_PPC_ADDR16, R_PPC64_ADDR{16,32}, R_X86_64_{8,16} 2019-06-24 05:37:20 +00:00
RISCV.cpp [LLD] NFC: Fixed GCC warning in ELF/Arch/RISCV.cpp 2019-07-09 03:56:44 +00:00
SPARCV9.cpp [ELF] Make the rule to create relative relocations in a writable section stricter 2019-06-11 12:59:30 +00:00
X86.cpp [ELF] Make the rule to create relative relocations in a writable section stricter 2019-06-11 12:59:30 +00:00
X86_64.cpp [ELF][PPC][X86] Use [-2**(n-1), 2**n) to check overflows for R_PPC_ADDR16, R_PPC64_ADDR{16,32}, R_X86_64_{8,16} 2019-06-24 05:37:20 +00:00