| commit | 5aabc06c16391fda6424f99fd9a0dad74b1187b4 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Mon Dec 22 22:10:08 2014 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Mon Dec 22 22:10:08 2014 +0000 |
| tree | 7077ada7c7f63bb329cc04ddce484316a9dca42d | |
| parent | b430f6e17a2734013ec01da56072d789b9412036 [diff] |
Fix Windows unwind info for functions in sections other than .text Previously we assumed the section name had the form .text$foo, which is what we used to do for inline functions. If the dollar wasn't present, we'd put unwind data in the .pdata and .xdata sections for the main .text section, which is incorrect. Fixes PR22001. llvm-svn: 224738