Skip to content

Commit e1de652

Browse files
committed
[RISCV-LLDB] RISCV feature attribute support and allows overriding additional(default) feature #147990
Updated alignments.
1 parent ca0de6b commit e1de652

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,8 +1620,7 @@ DisassemblerLLVMC::DisassemblerLLVMC(const ArchSpec &arch,
16201620
features_str += "+a,+m,";
16211621
}
16221622

1623-
llvm::StringRef additional_features =
1624-
arch.GetDisassemblyFeatures();
1623+
llvm::StringRef additional_features = arch.GetDisassemblyFeatures();
16251624
// Prepend the additional_features if it's not already in the features_str to
16261625
// avoid duplicates.
16271626
if (!additional_features.empty()) {

0 commit comments

Comments
 (0)