mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 02:18:46 +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"));
|
cl::opt<bool> DarwinFormat("m", cl::desc("Alias for --format=darwin"));
|
||||||
|
|
||||||
static cl::list<std::string>
|
static cl::list<std::string>
|
||||||
ArchFlags("arch", cl::desc("architecture(s) from a Mach-O file to dump"),
|
ArchFlags("arch", cl::desc("architecture(s) from a Mach-O file to dump"),
|
||||||
cl::ZeroOrMore);
|
cl::ZeroOrMore);
|
||||||
bool ArchAll = false;
|
bool ArchAll = false;
|
||||||
|
|
||||||
cl::opt<bool> PrintFileName(
|
cl::opt<bool> PrintFileName(
|
||||||
@ -1235,7 +1235,6 @@ int main(int argc, char **argv) {
|
|||||||
error("bad number of arguments (must be two arguments)",
|
error("bad number of arguments (must be two arguments)",
|
||||||
"for the -s option");
|
"for the -s option");
|
||||||
|
|
||||||
|
|
||||||
std::for_each(InputFilenames.begin(), InputFilenames.end(),
|
std::for_each(InputFilenames.begin(), InputFilenames.end(),
|
||||||
dumpSymbolNamesFromFile);
|
dumpSymbolNamesFromFile);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user