| commit | e430654fd85a04f04c93eab40ba7fe87d8657130 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Jul 31 17:56:14 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Jul 31 17:56:14 2015 +0000 |
| tree | a69b6d46a9715d6fd1bb1b2a60becd68e1cd6b86 | |
| parent | 1e40dc42cd1bff905323186bc0184f260902f6dd [diff] |
DI: Update for LLVM API change for local variables Adjust to LLVM DIBuilder API changes in r243764, using `createAutoVariable()` and `createParameterVariable()` in place of `createLocalVariable()`. No real functionality change here. llvm-svn: 243765