mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
clang-format. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
069b376c47
commit
02e249fb8e
@ -1588,8 +1588,8 @@ void DwarfDebug::emitDebugARanges() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sort the symbols by offset within the section.
|
// Sort the symbols by offset within the section.
|
||||||
std::sort(List.begin(), List.end(),
|
std::sort(
|
||||||
[&](const SymbolCU &A, const SymbolCU &B) {
|
List.begin(), List.end(), [&](const SymbolCU &A, const SymbolCU &B) {
|
||||||
unsigned IA = A.Sym ? Asm->OutStreamer->GetSymbolOrder(A.Sym) : 0;
|
unsigned IA = A.Sym ? Asm->OutStreamer->GetSymbolOrder(A.Sym) : 0;
|
||||||
unsigned IB = B.Sym ? Asm->OutStreamer->GetSymbolOrder(B.Sym) : 0;
|
unsigned IB = B.Sym ? Asm->OutStreamer->GetSymbolOrder(B.Sym) : 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user