| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
While updating the test, change -l -S to -S -l as the output of -S goes
before -l.
llvm-svn: 359653
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
The missing case was when a merge section was only referenced from
non-alloca sections.
llvm-svn: 282847
|
|
We would crash when a non-alloca section pointed to a gced part of a
merge section.
That can happen when a C/c++ constant in put in a merge section and
debug info is present.
llvm-svn: 282845
|