mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
Tweak formating to match what clang-format would be for llvm-nm.cpp .
No functional change. llvm-svn: 213330
This commit is contained in:
parent
abaf0d20c2
commit
0d0ec178f4
@ -87,8 +87,8 @@ cl::opt<bool> POSIXFormat("P", cl::desc("Alias for --format=posix"));
|
||||
cl::opt<bool> DarwinFormat("m", cl::desc("Alias for --format=darwin"));
|
||||
|
||||
static cl::list<std::string>
|
||||
ArchFlags("arch", cl::desc("architecture(s) from a Mach-O file to dump"),
|
||||
cl::ZeroOrMore);
|
||||
ArchFlags("arch", cl::desc("architecture(s) from a Mach-O file to dump"),
|
||||
cl::ZeroOrMore);
|
||||
bool ArchAll = false;
|
||||
|
||||
cl::opt<bool> PrintFileName(
|
||||
@ -1235,7 +1235,6 @@ int main(int argc, char **argv) {
|
||||
error("bad number of arguments (must be two arguments)",
|
||||
"for the -s option");
|
||||
|
||||
|
||||
std::for_each(InputFilenames.begin(), InputFilenames.end(),
|
||||
dumpSymbolNamesFromFile);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user