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
Showing
- lib/CodeGen/CGDebugInfo.cpp 25 additions, 21 deletionslib/CodeGen/CGDebugInfo.cpp
- test/CodeGenCXX/linetable-eh.cpp 2 additions, 2 deletionstest/CodeGenCXX/linetable-eh.cpp
- test/CodeGenObjC/2010-02-09-DbgSelf.m 1 addition, 1 deletiontest/CodeGenObjC/2010-02-09-DbgSelf.m
- test/CodeGenObjC/debug-info-block-captured-self.m 3 additions, 3 deletionstest/CodeGenObjC/debug-info-block-captured-self.m
- test/CodeGenObjC/debug-info-blocks.m 2 additions, 2 deletionstest/CodeGenObjC/debug-info-blocks.m
- test/CodeGenObjC/debug-info-lifetime-crash.m 1 addition, 1 deletiontest/CodeGenObjC/debug-info-lifetime-crash.m
- test/CodeGenObjC/objc-fixed-enum.m 4 additions, 4 deletionstest/CodeGenObjC/objc-fixed-enum.m
Loading
Please register or sign in to comment