llvm-project
f2c6536e - [SystemZ][z/OS] Move emission of PPA1

Commit
7 days ago
[SystemZ][z/OS] Move emission of PPA1 There is an interesting restriction during emission: emitting debug information closes the text section. As result, emitting the delayed PPA1 data does not work in the current place together with emitting debug information. Since the PPA1 information is constant data, the solution is to emit the data in the target strreamer, in `emitConstantPools()`.
Author
Parents
Loading