]> granicus.if.org Git - clang/commit
DebugInfo: LLVM API change in r234326 for array-like tuple wrappers
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 7 Apr 2015 16:50:49 +0000 (16:50 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 7 Apr 2015 16:50:49 +0000 (16:50 +0000)
commitf7173ed4a77bec6c36a179d84d45a4d5484a79f1
treec52ee49ef07ff3790e76c5b9e107a319a5463db3
parent53b2cbb794ae91ac83990294871e424565691780
DebugInfo: LLVM API change in r234326 for array-like tuple wrappers

Update a few calls to `DIBuilder` now that `MDTuple` array-wrappers
don't have implicit conversions to `MDTuple*`.  I may circle back and
update `DIBuilder` to take arrays here, to make it easier for the
callers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234327 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp