]> granicus.if.org Git - clang/commit
Update CGDebugInfo to the updated API in LLVM.
authorAdrian Prantl <aprantl@apple.com>
Wed, 1 Oct 2014 17:55:09 +0000 (17:55 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 1 Oct 2014 17:55:09 +0000 (17:55 +0000)
commit9fb397c03c7f01ccded0d3baabcc7e9e529dae10
treebc3839a4e2eee0acbc2c01f2df4b6a0429e9290b
parent85516c5daf62c24aff9a967ac93ed1102c91607d
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@218777 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