Fangrui Song
d4306e90cb
[ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64
...
Port the D64906 technique to EM_X86_64.
Differential Revision: https://reviews.llvm.org/D67482
llvm-svn: 371958
2019-09-16 07:05:34 +00:00
Fangrui Song
b159906a9a
[test] Change llvm-readobj -long-option to --long-option or well-known short options. NFC
...
Also change some options that have different semantics (cause confusion) in llvm-readelf mode:
-s => -S
-t => --symbols
-sd => --section-data
llvm-svn: 359651
2019-05-01 05:49:01 +00:00
George Rimar
c51b81de9c
[ELF] - Improve eh-frame-value-format7.s test case.
...
This adds .eh_frame_hdr content checking to test
that DW_EH_PE_udata2 address was decoded correctly.
llvm-svn: 337374
2018-07-18 10:42:10 +00:00
George Rimar
9958f620f9
[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
2018-07-18 08:39:31 +00:00