Fangrui Song f1e1451946 [ELF] Set SectionBase::partition in processSectionCommands
Fixes PR43461 (regression caused by D67504)

The partition field of a SECTIONS-specified section is not set after
D67504. The 0 value affects findSection() which checks if the partition
field is 1.

So `Out::initArray = findSection(".init_array")` is null, and
DT_INIT_ARRAYSZ is not set.

Reviewed By: peter.smith

Differential Revision: https://reviews.llvm.org/D68087

llvm-svn: 372996
2019-09-26 17:10:09 +00:00
..
2019-04-20 10:50:27 +00:00
2018-07-02 19:17:03 +00:00
2018-03-13 16:23:48 +00:00
2018-07-02 19:17:03 +00:00
2017-09-19 17:29:58 +00:00
2017-11-30 22:29:14 +00:00
2019-01-10 16:26:05 +00:00
2019-05-02 00:39:03 +00:00
2019-01-28 15:03:47 +00:00