diff --git a/llvm/include/llvm/MC/MCDwarf.h b/llvm/include/llvm/MC/MCDwarf.h index 3e9d84344b9d..b9bf9d48b680 100644 --- a/llvm/include/llvm/MC/MCDwarf.h +++ b/llvm/include/llvm/MC/MCDwarf.h @@ -190,7 +190,7 @@ struct MCDwarfLineTableParams { unsigned char DWARF2LineOpcodeBase = 13; /// Minimum line offset in a special line info. opcode. The value /// -5 was chosen to give a reasonable range of values. - char DWARF2LineBase = -5; + signed char DWARF2LineBase = -5; /// Range of line offsets in a special line info. opcode. unsigned char DWARF2LineRange = 14; };