mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
[dsymutil] clang-format a file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230822 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -231,9 +231,8 @@ void MachODebugMapParser::loadMainBinarySymbols() {
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
namespace dsymutil {
|
namespace dsymutil {
|
||||||
llvm::ErrorOr<std::unique_ptr<DebugMap>> parseDebugMap(StringRef InputFile,
|
llvm::ErrorOr<std::unique_ptr<DebugMap>>
|
||||||
StringRef PrependPath,
|
parseDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose) {
|
||||||
bool Verbose) {
|
|
||||||
MachODebugMapParser Parser(InputFile, PrependPath, Verbose);
|
MachODebugMapParser Parser(InputFile, PrependPath, Verbose);
|
||||||
return Parser.parse();
|
return Parser.parse();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user