]> granicus.if.org Git - clang/commit
DebugInfo: Pass DebugLocs when creating intrinsics
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Apr 2015 21:18:30 +0000 (21:18 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Wed, 15 Apr 2015 21:18:30 +0000 (21:18 +0000)
commitcd72ec433f4d039940a2b039a95378b6d02cfc76
treec51eae00e66c9d3f599eca92afd927baff94e774
parent0f3ea254471553ecf00c67f264c898402e1b6559
DebugInfo: Pass DebugLocs when creating intrinsics

Update for LLVM API change r235041 that makes `DIBuilder` require a
`DebugLoc` to create a debug info intrinsic.

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