[ELF] - Cover "unknown .eh_frame augmentation string" error.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 28 Jun 2018 11:35:10 +0000 (11:35 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 28 Jun 2018 11:35:10 +0000 (11:35 +0000)
commit057ce39ea0eeb593e1f7483d297f9026d3be71bd
treed63d91d9d5e1abc808524253b00d8d6c400c89bd
parent35abd3e39e09ec4e094fbdf0e4e48cf18d10252c
[ELF] - Cover "unknown .eh_frame augmentation string" error.

It was https://github.com/llvm-mirror/lld/blob/master/ELF/EhFrame.cpp#L195
and we did not cover it with test.

Patch fixes it.

llvm-svn: 335838
lld/test/ELF/invalid-eh-frame4.s [new file with mode: 0644]