mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix build failure on MSVC compilers.
llvm-svn: 232368
This commit is contained in:
parent
e3a1ff29d9
commit
13e6443c9c
@ -243,9 +243,8 @@ std::pair<MCSymbol *, MCSymbol *> MCDwarfLineTableHeader::Emit(MCStreamer *MCOS)
|
||||
0, // length of DW_LNS_set_epilogue_begin
|
||||
1 // DW_LNS_set_isa
|
||||
};
|
||||
static_assert(array_lengthof(StandardOpcodeLengths) ==
|
||||
(DWARF2_LINE_OPCODE_BASE - 1),
|
||||
"");
|
||||
assert(array_lengthof(StandardOpcodeLengths) ==
|
||||
(DWARF2_LINE_OPCODE_BASE - 1));
|
||||
return Emit(MCOS, StandardOpcodeLengths);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user