[PATCH] D30291: Handle section header flags redefinitions similar to GAS

Christof Douma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 01:55:12 PST 2017


christof abandoned this revision.
christof added a comment.

Summary from email conversation:

- GAS redefinitions is considered bad style
- Removing the pre-constructed .text/.bss/.data/... sections from MC is a possible better way, although Rafael did not come back if he likes that approach.

I'm abandoning this patch, as this mimics GAS too closely. And the patch at https://reviews.llvm.org/rL296180 disables redefinitions.


Repository:
  rL LLVM

https://reviews.llvm.org/D30291





More information about the llvm-commits mailing list