diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/tools/llvmc/driver/llvmc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/driver/llvmc.cpp b/llvm/tools/llvmc/driver/llvmc.cpp index b295c633d90..059e840eeb6 100644 --- a/llvm/tools/llvmc/driver/llvmc.cpp +++ b/llvm/tools/llvmc/driver/llvmc.cpp @@ -37,7 +37,7 @@ using namespace llvmc; cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<input file>"), cl::ZeroOrMore); cl::opt<std::string> OutputFilename("o", cl::desc("Output file name"), - cl::value_desc("file")); + cl::value_desc("file"), cl::Prefix); cl::list<std::string> Languages("x", cl::desc("Specify the language of the following input files"), cl::ZeroOrMore); |