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
f5fce48679
Handle ":" as a regular token character in linker scripts.
...
This is an alternative to https://reviews.llvm.org/D30500 to simplify the
version definition parser and allow ":" in symbol names.
Differential Revision: https://reviews.llvm.org/D30722
llvm-svn: 297402
2017-03-09 19:23:00 +00:00
Rafael Espindola
361da4cef7
Handle C++ names in anon scripts.
...
llvm-svn: 289066
2016-12-08 16:20:29 +00:00