Fangrui Song
a6ae333a0c
[ELF] --wrap: don't error `undefined reference to __real_foo` (--no-allow-shlib-undefined) if foo is a wrapped definition
...
This is a regression after D51283.
Also, export `foo` if `__real_foo` is referenced by a shared object.
2020-06-01 23:00:51 -07:00
Fangrui Song
4672e52e22
[llvm-readobj] llvm-readobj --elf-output-style=GNU => llvm-readelf
...
While updating the test, change -l -S to -S -l as the output of -S goes
before -l.
llvm-svn: 359653
2019-05-01 06:02:16 +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
Rafael Espindola
cf00d4374e
Fix PR33635.
...
This is a semantic revert of r306036.
We have to change the names, otherwise dynamic relocations will point
to the wrong name.
llvm-svn: 307110
2017-07-05 00:43:18 +00:00