[ELF] — Add a test case for DW_EH_PE_udata2 encoding.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 18 Jul 2018 08:39:31 +0000 (08:39 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 18 Jul 2018 08:39:31 +0000 (08:39 +0000)
commit9958f620f93d263fcc932b58cdfe9029997d211e
tree6f55fa4064d67c5f5f89cf7f66e737c1e2ba5463
parente35e6448f99d69c40f7073794abbd75b9a0a75c0
[ELF] — Add a test case for DW_EH_PE_udata2 encoding.

This adds a test to check LLD can handle such address format correctly.
Test case covers the following line:
https://github.com/llvm-mirror/lld/blob/master/ELF/SyntheticSections.cpp#L519

llvm-svn: 337362
lld/test/ELF/eh-frame-value-format7.s [new file with mode: 0644]