mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
[dsymutil] Pass the verbosity flag down to the processing. NFC for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -240,7 +240,8 @@ void MachODebugMapParser::loadMainBinarySymbols() {
|
||||
namespace llvm {
|
||||
namespace dsymutil {
|
||||
llvm::ErrorOr<std::unique_ptr<DebugMap>> parseDebugMap(StringRef InputFile,
|
||||
StringRef PrependPath) {
|
||||
StringRef PrependPath,
|
||||
bool Verbose) {
|
||||
MachODebugMapParser Parser(InputFile, PrependPath);
|
||||
return Parser.parse();
|
||||
}
|
||||
|
Reference in New Issue
Block a user