mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.
Suggested by Eric. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4a635ba48
commit
66983cb09d
@ -28,6 +28,10 @@ template<typename ValueSubClass, typename ItemParentClass>
|
||||
class SymbolTableListTraits;
|
||||
|
||||
|
||||
enum LLVMConstants LLVM_ENUM_INT_TYPE(uint32_t) {
|
||||
DEBUG_METADATA_VERSION = 1 // Current debug info version number.
|
||||
};
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// MDString - a single uniqued string.
|
||||
/// These are used to efficiently contain a byte sequence for metadata.
|
||||
|
@ -57,7 +57,6 @@ enum LLVMConstants LLVM_ENUM_INT_TYPE(uint32_t) {
|
||||
DW_TAG_user_base = 0x1000, // Recommended base for user tags.
|
||||
|
||||
DWARF_VERSION = 4, // Default dwarf version we output.
|
||||
DEBUG_INFO_VERSION = 1, // Current debug info version number.
|
||||
DW_CIE_VERSION = 1, // Common frame information version.
|
||||
DW_PUBTYPES_VERSION = 2, // Section version number for .debug_pubtypes.
|
||||
DW_PUBNAMES_VERSION = 2, // Section version number for .debug_pubnames.
|
||||
|
Loading…
x
Reference in New Issue
Block a user