mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
[ELF] Implement getImplicitAddend and enable checkDynamicRelocsDefault for PPC32
This commit is contained in:
@@ -1714,7 +1714,7 @@ static void setConfigs(opt::InputArgList &args) {
|
||||
// have support for reading Elf_Rel addends, so we only enable for a subset.
|
||||
#ifndef NDEBUG
|
||||
bool checkDynamicRelocsDefault =
|
||||
!llvm::is_contained({EM_AMDGPU, EM_HEXAGON, EM_PPC}, m);
|
||||
!llvm::is_contained({EM_AMDGPU, EM_HEXAGON}, m);
|
||||
#else
|
||||
bool checkDynamicRelocsDefault = false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user