[ELF] - EhFrame.cpp: add test case to check "CIE is too small" error message.
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 28 Jun 2018 13:46:49 +0000 (13:46 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 28 Jun 2018 13:46:49 +0000 (13:46 +0000)
commite666545a71aa522dfe4960f3f365d567501ad905
treed2ad59d6799519d8ddc559f24016a676d31a4155
parent456ee300364f4eb3337b679866bf4d84051c4556
[ELF] - EhFrame.cpp: add test case to check "CIE is too small" error message.

The following line of code was untested:
https://github.com/llvm-mirror/lld/blob/master/ELF/EhFrame.cpp#L94

Patch adds a test case.

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