Add a DW_AT_high_pc for CUs that are a single address range. Update
authorEric Christopher <echristo@apple.com>
Fri, 27 Jul 2012 22:00:05 +0000 (22:00 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 27 Jul 2012 22:00:05 +0000 (22:00 +0000)
commitc23b933d5f8be9b51a1d22e717c0311f65f87dcd
tree13941b9277e77b70fea5995ede4c4b98ca29c07e
parentc16bf79303ad8c84c5dd3c76e143cd2145539834
Add a DW_AT_high_pc for CUs that are a single address range. Update
all tests accordingly.

Fixes PR13351.

Patch by shinichiro hamaji!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160899 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
test/DebugInfo/X86/DW_AT_specification.ll
test/DebugInfo/X86/DW_TAG_friend.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/low-high-pc-cu.ll [new file with mode: 0644]
test/DebugInfo/X86/low-pc-cu.ll [deleted file]
test/DebugInfo/X86/non-text-cu.ll [new file with mode: 0644]
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/stringpool.ll