[LLD] Properly relocate the LSDA field of MachO eh-frames.
authorLang Hames <lhames@gmail.com>
Wed, 13 May 2015 00:44:47 +0000 (00:44 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 13 May 2015 00:44:47 +0000 (00:44 +0000)
commitf7c163c98664de4143e2cbadb9e8c59fa32fa830
tree01f010c50822ea5d97868e5cdee324a58892b349
parent8ec55a53a73ef1812c54e091c80ffb3d6ccf177d
[LLD] Properly relocate the LSDA field of MachO eh-frames.

Previously the LSDA field was not being relocated during linking, leading to
failures for some EH tests.

llvm-svn: 237222
lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
lld/test/mach-o/parse-eh-frame-relocs-x86_64.yaml [new file with mode: 0644]