mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
[dsymutil] Small clang-format patch.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
89393bbba6
commit
7944cd1ed2
@ -1312,8 +1312,8 @@ unsigned DwarfLinker::cloneAttribute(DIE &Die,
|
||||
bool DwarfLinker::applyValidRelocs(MutableArrayRef<char> Data,
|
||||
uint32_t BaseOffset, bool isLittleEndian) {
|
||||
assert((NextValidReloc == 0 ||
|
||||
BaseOffset > ValidRelocs[NextValidReloc - 1].Offset) &&
|
||||
"BaseOffset should only be increasing.");
|
||||
BaseOffset > ValidRelocs[NextValidReloc - 1].Offset) &&
|
||||
"BaseOffset should only be increasing.");
|
||||
if (NextValidReloc >= ValidRelocs.size())
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user