We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eec327 commit b7fe9dfCopy full SHA for b7fe9df
llvm/tools/llvm-as/llvm-as.cpp
@@ -32,9 +32,8 @@ using namespace llvm;
32
33
cl::OptionCategory AsCat("llvm-as Options");
34
35
-static cl::opt<std::string> InputFilename(cl::Positional,
36
- cl::desc("<input .llvm file>"),
37
- cl::init("-"));
+static cl::opt<std::string>
+ InputFilename(cl::Positional, cl::desc("<input .ll file>"), cl::init("-"));
38
39
static cl::opt<std::string> OutputFilename("o",
40
cl::desc("Override output filename"),
0 commit comments