Hope this fixes the s390 and aarch64 bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244327
91177308-0d34-0410-b5e6-
96231b3b80d8
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;
};