diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2017-05-31 00:23:23 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2017-05-31 00:23:23 +0000 |
commit | 180de970c8e78de843d794eb1cd4ca47d87ced4a (patch) | |
tree | add00a6456f4751e960e37ee6b9b42a3a6252298 /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 855411566b9dfc68431aba38629e9e61b6dca601 (diff) | |
download | llvm-180de970c8e78de843d794eb1cd4ca47d87ced4a.zip llvm-180de970c8e78de843d794eb1cd4ca47d87ced4a.tar.gz llvm-180de970c8e78de843d794eb1cd4ca47d87ced4a.tar.bz2 |
Fix crash when processing relocations in .eh_frame.
This happens when attempting to link shared libraries using exceptions on
MIPS. It requires -z notext because clang generates R_MIPS_64 relocations
inside .eh_frame.
The crash happened because for EhInputSection the OutSec member is null.
Patch by Alexander Richardson!
llvm-svn: 304260
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions