Add support for hashing location information for CU level hashes.
authorEric Christopher <echristo@gmail.com>
Sat, 8 Mar 2014 00:29:41 +0000 (00:29 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 8 Mar 2014 00:29:41 +0000 (00:29 +0000)
commitb1c884410141ea7bdae5d4f9b1559d71cecc3d7c
tree02f759d522811746bce1820d0e10bdfb5d3df6a1
parentd07494f1022c01a51abaad6802900fa3e6068a60
Add support for hashing location information for CU level hashes.
Add a testcase based on sret.cpp where we can now hash the entire
compile unit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203319 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DIEHash.h
lib/CodeGen/AsmPrinter/DwarfDebug.h
test/DebugInfo/X86/sret.ll [new file with mode: 0644]