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
Rui Ueyama
5fc84a1828
Remove string table offsets from tests.
...
<N> where "foo (<N>)" is the offset of string "foo" in the string table.
llvm-svn: 285751
2016-11-01 21:26:28 +00:00
Rafael Espindola
d89fbca21d
Fix --gc-sections when .eh_frame has a lsda.
...
We have to add sections to the work list, not just mark them live.
llvm-svn: 268628
2016-05-05 13:51:14 +00:00