Fangrui Song
d6d640ebae
[ELF][test] Fix section sh_type and sh_flags
...
A future MC change may add a warning/error when a .section directive
specifies incorrect sh_flags/sh_type.
2020-02-19 22:01:42 -08:00
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
a1bb8f7a0c
[ELF] - Add a test case to check DW_EH_PE_absptr address encoding.
...
This covers the following line of the code:
https://github.com/llvm-mirror/lld/blob/master/ELF/SyntheticSections.cpp#L525
llvm-svn: 337377
2018-07-18 11:02:37 +00:00