commit | 9af2e4eb39abf970f690b6d445191b7e8266bac3 | [log] [tgz] |
---|---|---|
author | Joerg Sonnenberger <joerg@bec.de> | Mon Jan 02 18:05:27 2017 +0000 |
committer | Joerg Sonnenberger <joerg@bec.de> | Mon Jan 02 18:05:27 2017 +0000 |
tree | 5e282a984b4aa5b7d5ef5121f9b18e980881ed70 | |
parent | 2c8e9c4003df3040c18af3b4e5cbcacc3554d69f [diff] |
Emit .cfi_sections before the first .cfi_startproc GNU as rejects input where .cfi_sections is used after .cfi_startproc, if the new section differs from the old. Adjust our output to always emit .cfi_sections before the first .cfi_startproc to minimize necessary code. Differential Revision: https://reviews.llvm.org/D28011 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290817 91177308-0d34-0410-b5e6-96231b3b80d8