Fangrui Song 4a4ce14eb2 [ELF] Mention symbol name in reportRangeError()
For an out-of-range relocation referencing a non-local symbol, report the symbol name and the object file that defines the symbol. As an example:
```
t.o:(function func: .text.func+0x3): relocation R_X86_64_32S out of range: -281474974609120 is not in [-2147483648, 2147483647]
```
=>
```
t.o:(function func: .text.func+0x3): relocation R_X86_64_32S out of range: -281474974609120 is not in [-2147483648, 2147483647]; references func
>>> defined in t1.o
```

Reviewed By: grimar

Differential Revision: https://reviews.llvm.org/D73518
2020-01-29 09:38:25 -08:00
..
2018-07-05 16:03:20 +00:00
2019-07-22 11:37:03 +00:00
2019-07-22 11:37:03 +00:00
2019-07-22 11:37:03 +00:00
2019-07-22 11:37:03 +00:00
2019-07-22 11:37:03 +00:00
2017-09-30 21:28:49 +00:00
2018-04-09 12:45:29 +00:00
2017-09-30 21:28:49 +00:00
2017-11-22 22:00:50 +00:00
2017-09-28 17:15:02 +00:00
2019-09-07 10:42:11 +00:00
2019-09-07 10:42:11 +00:00
2017-11-28 20:17:58 +00:00
2018-04-25 00:29:13 +00:00
2017-12-12 20:00:30 +00:00
2019-08-01 09:25:34 +00:00
2019-09-07 10:42:11 +00:00
2018-08-08 14:50:33 +00:00
2018-08-08 14:50:33 +00:00
2018-08-08 14:50:33 +00:00
2018-08-08 14:50:33 +00:00
2018-03-27 16:10:01 +00:00
2019-09-07 10:42:11 +00:00
2017-10-18 04:45:09 +00:00
2019-07-25 07:12:23 +00:00
2019-09-07 10:42:11 +00:00
2019-09-07 10:42:11 +00:00
2017-11-28 20:13:12 +00:00
2019-02-06 01:00:49 +00:00
2018-04-24 23:03:58 +00:00
2019-09-07 10:42:11 +00:00
2019-09-12 08:55:17 +00:00