Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r344197 "[MC][ELF] compute entity size for explicit sections" | Artem Dergachev | 2018-10-11 | 1 | -3/+0 |
| | | | | | | | | | Revert r344206 "[MC][ELF] Fix section_mergeable_size.ll" They were causing failures on too many important buildbots for too long. Please revert eagerly if your fix takes more than a couple of hours to land! llvm-svn: 344278 | ||||
* | [MC][ELF] Fix section_mergeable_size.ll | Fangrui Song | 2018-10-11 | 1 | -1/+1 |
| | | | | | | | | Some targets use %progbits instead of @progbits. Updating that check with a {{[@%]}}progbits regex to make those bots happy. llvm-svn: 344206 | ||||
* | [MC][ELF] compute entity size for explicit sections | Nick Desaulniers | 2018-10-10 | 1 | -0/+3 |
Summary: Global variables might declare themselves to be in explicit sections. Calculate the entity size always to prevent assembler warnings "entity size for SHF_MERGE not specified" when sections are to be marked merge-able. Fixes PR31828. Reviewers: rnk, echristo Reviewed By: rnk Subscribers: llvm-commits, pirama, srhines Differential Revision: https://reviews.llvm.org/D53056 llvm-svn: 344197 |