Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)"
authorMomchil Velikov <momchil.velikov@arm.com>
Wed, 7 Feb 2018 20:28:47 +0000 (20:28 +0000)
committerMomchil Velikov <momchil.velikov@arm.com>
Wed, 7 Feb 2018 20:28:47 +0000 (20:28 +0000)
commit74906a467c4a50243c79b8a39004b06b0bd42bbe
tree411984342a3d5e8e138466fb70745a5a2a5637c9
parentcd8d6de381d391a16e41257839baf5b7702289d0
Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)"

Revert commit r324489, it broke LLDB tests.

llvm-svn: 324511
16 files changed:
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/IR/DIBuilder.h
llvm/include/llvm/IR/DebugInfoFlags.def
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/MetadataLoader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/DIBuilder.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/test/Assembler/DIEnumerator.ll [deleted file]
llvm/test/DebugInfo/Generic/debug-info-enum.ll [deleted file]
llvm/test/DebugInfo/X86/enum-class.ll
llvm/unittests/IR/MetadataTest.cpp