summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/section_mergeable_size.ll
Commit message (Collapse)AuthorAgeFilesLines
* Revert r344197 "[MC][ELF] compute entity size for explicit sections"Artem Dergachev2018-10-111-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.llFangrui Song2018-10-111-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 sectionsNick Desaulniers2018-10-101-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
OpenPOWER on IntegriCloud