mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-14 14:56:47 +00:00
remove unneeded { }
llvm-svn: 221478
This commit is contained in:
parent
24f504001d
commit
babee83257
@ -641,9 +641,8 @@ bool DarwinLdDriver::parse(int argc, const char *argv[],
|
||||
}
|
||||
|
||||
// Handle debug info handling options: -S
|
||||
if (parsedArgs->hasArg(OPT_S)) {
|
||||
if (parsedArgs->hasArg(OPT_S))
|
||||
ctx.setDebugInfoMode(MachOLinkingContext::DebugInfoMode::noDebugMap);
|
||||
}
|
||||
|
||||
// Handle input files
|
||||
for (auto &arg : *parsedArgs) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user