]> granicus.if.org Git - clang/commit
Update CGDebugInfo to the updated API in LLVM.
authorAdrian Prantl <aprantl@apple.com>
Wed, 1 Oct 2014 18:55:34 +0000 (18:55 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 1 Oct 2014 18:55:34 +0000 (18:55 +0000)
commit156ce8d03e5cce30aa8316ff88e189fa7a0d662e
tree9148f56a500421363156c64b6fe94185d21a9ec5
parentefb1963749520b36537f2a748c3f48d2458770e9
Update CGDebugInfo to the updated API in LLVM.
Complex address expressions are no longer part of DIVariable, but
rather an extra argument to the debug intrinsics.

http://reviews.llvm.org/D4919
rdar://problem/17994491

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218788 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/linetable-eh.cpp
test/CodeGenObjC/2010-02-09-DbgSelf.m
test/CodeGenObjC/debug-info-block-captured-self.m
test/CodeGenObjC/debug-info-blocks.m
test/CodeGenObjC/debug-info-lifetime-crash.m
test/CodeGenObjC/objc-fixed-enum.m