Files
clang-p2996/lld/test/ELF/Inputs
George Rimar dbe843d602 [ELF] - Do not set st_size field of SHT_UNDEF symbols.
This fixes PR33598.

Size field for undefined symbols is not significant.
Setting it to fixed value, like zero, may be useful though.

For example when we have 2 DSO's, like in this PR, if lower level DSO may
change slightly (in part of some symbol's st_size)  and higher-level DSO is
rebuilt, then tools that monitoring checksum of high level DSO file can notice
it and trigger cascade of some other unnecessary actions. 
If we set st_size to zero, that can be avoided.

Differential revision: https://reviews.llvm.org/D34673

llvm-svn: 306526
2017-06-28 09:51:33 +00:00
..
2016-01-13 13:04:46 +00:00
2017-05-02 15:45:31 +00:00
2016-06-28 21:48:33 +00:00
2016-06-07 09:31:52 +00:00
2016-02-25 18:43:51 +00:00
2017-01-13 21:05:46 +00:00
2017-01-13 21:05:46 +00:00
2017-01-13 21:05:46 +00:00
2016-03-31 12:09:36 +00:00
2016-04-04 16:02:39 +00:00
2016-11-05 22:58:01 +00:00
2016-03-11 14:34:44 +00:00
2016-12-03 15:26:18 +00:00
2016-04-08 20:49:31 +00:00
2016-04-08 20:49:31 +00:00
2016-07-25 16:51:52 +00:00
2016-11-23 05:14:01 +00:00
2017-02-13 16:21:34 +00:00
2017-02-13 16:21:34 +00:00