Skip to content

Commit 5548303

Browse files
committed
clang format
1 parent a091f36 commit 5548303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ ObjectFileELF::ParseSymbols(Symtab *symtab, user_id_t start_id,
21222122
// LoongArch64 always uses symbols for relocations, so temporary symbols
21232123
// starting with ".L" should be preserved.
21242124
if (llvm::StringRef(symbol_name).starts_with(".L") &&
2125-
arch.GetMachine() != llvm::Triple::loongarch64)
2125+
arch.GetMachine() != llvm::Triple::loongarch64)
21262126
continue;
21272127
// No need to add non-section symbols that have no names
21282128
if (symbol.getType() != STT_SECTION &&

0 commit comments

Comments
 (0)