| commit | 57fcd3454a5c3285fe7959e14601b8c307ed03b6 | [log] [tgz] |
|---|---|---|
| author | Francis Visoiu Mistrih <francisvm@yahoo.com> | Wed Apr 25 18:58:06 2018 +0000 |
| committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | Wed Apr 25 18:58:06 2018 +0000 |
| tree | 42cdc13363acef9e5fa393a3abcebd555b2af875 | |
| parent | beffdb9daac6ed4545fcf241abad559387c6ea51 [diff] |
[MIR] Add support for debug metadata for fixed stack objects Debug var, expr and loc were only supported for non-fixed stack objects. This patch adds the following fields to the "fixedStack:" entries, and renames the ones from "stack:" to: * debug-info-variable * debug-info-expression * debug-info-location Differential Revision: https://reviews.llvm.org/D46032 llvm-svn: 330859