Remove the llvm-local DW_TAG_vector_type tag and add a test to
authorEric Christopher <echristo@gmail.com>
Tue, 8 Jan 2013 01:53:52 +0000 (01:53 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 8 Jan 2013 01:53:52 +0000 (01:53 +0000)
commit9a1e0e252a7ede548acaac98cf304d4bb135fb97
treebe815bcf7ae2da8f89532360c40b0c6847331fa4
parent1f55eb4c5766fd6a6fa53c17f7bb9e7d4ea03500
Remove the llvm-local DW_TAG_vector_type tag and add a test to
make sure that vector types do work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171833 91177308-0d34-0410-b5e6-96231b3b80d8
docs/SourceLevelDebugging.rst
include/llvm/DebugInfo.h
include/llvm/Support/Dwarf.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfo.cpp
lib/Support/Dwarf.cpp
test/DebugInfo/X86/vector.ll [new file with mode: 0644]