Debug Info: In DIBuilder, the context field of subprogram is updated to use
authorManman Ren <manman.ren@gmail.com>
Thu, 10 Oct 2013 18:40:01 +0000 (18:40 +0000)
committerManman Ren <manman.ren@gmail.com>
Thu, 10 Oct 2013 18:40:01 +0000 (18:40 +0000)
commitb8e48a636e7ee6c13140382eb93d9695a65b0624
tree9dfcb4342241d83d94b2f4e8cb036108204ce4b7
parent75a3ad485cb97556145483eb06c88782a7c83697
Debug Info: In DIBuilder, the context field of subprogram is updated to use
DIScopeRef.

A paired commit at clang is required due to changes to DIBuilder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192378 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DIBuilder.h
include/llvm/DebugInfo.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfo.cpp
test/DebugInfo/tu-composite.ll
tools/opt/opt.cpp