mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Increment debug info version to accommodate upcoming change in debug info node structure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137751 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
be2ac8ca7b
commit
d6a49773ff
@ -22,7 +22,8 @@ namespace llvm {
|
||||
// Debug info constants.
|
||||
|
||||
enum {
|
||||
LLVMDebugVersion = (10 << 16), // Current version of debug information.
|
||||
LLVMDebugVersion = (11 << 16), // Current version of debug information.
|
||||
LLVMDebugVersion10 = (10 << 16), // Constant for version 10.
|
||||
LLVMDebugVersion9 = (9 << 16), // Constant for version 9.
|
||||
LLVMDebugVersion8 = (8 << 16), // Constant for version 8.
|
||||
LLVMDebugVersion7 = (7 << 16), // Constant for version 7.
|
||||
|
Loading…
Reference in New Issue
Block a user