mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[dsymutil] clang-format a file
llvm-svn: 230822
This commit is contained in:
parent
6a4cc5a841
commit
fb85ddddd5
@ -231,9 +231,8 @@ void MachODebugMapParser::loadMainBinarySymbols() {
|
||||
|
||||
namespace llvm {
|
||||
namespace dsymutil {
|
||||
llvm::ErrorOr<std::unique_ptr<DebugMap>> parseDebugMap(StringRef InputFile,
|
||||
StringRef PrependPath,
|
||||
bool Verbose) {
|
||||
llvm::ErrorOr<std::unique_ptr<DebugMap>>
|
||||
parseDebugMap(StringRef InputFile, StringRef PrependPath, bool Verbose) {
|
||||
MachODebugMapParser Parser(InputFile, PrependPath, Verbose);
|
||||
return Parser.parse();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user