This limits the applicability of r367501 to the integrated assembler because the gnu-assembler does not recognize unique section ids.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good - thanks! (still seems like if the syntax for no-unique-section-names is only supported by the integrated assembler, then this feature should also be gated by that flag too (or that flag shouldn't exist and be implied by the use of the integrated assembler?))
Comment Actions
The original commit that this revision was trying to fix was reverted in rG885fa02da97a9f4d15f05fd7ec9c1358c47dd125 due to other technical reasons that this revision was not aiming to fix.