Actually support DW_TAG_rvalue_reference_type that we were trying
authorEric Christopher <echristo@apple.com>
Sat, 19 May 2012 01:36:37 +0000 (01:36 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 19 May 2012 01:36:37 +0000 (01:36 +0000)
commitb5cf66cda2692b54f7c439d937a77b451c4d6840
tree931f0f2a5158ce5d55c157bef8f845b86474f208
parentbc5d24999c37a1eb0b2eb98ed266f0f13f4ece6f
Actually support DW_TAG_rvalue_reference_type that we were trying
to generate out of the front end.

rdar://11479676

llvm-svn: 157094
llvm/include/llvm/Analysis/DIBuilder.h
llvm/lib/Analysis/DIBuilder.cpp
llvm/lib/Analysis/DebugInfo.cpp
llvm/test/DebugInfo/X86/rvalue-ref.ll [new file with mode: 0644]