X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ld%2Fllvm-ld.cpp;h=bb3f625e23c73461572a770204533fc0a1854d9b;hb=82a13c9c4811e40d0ff858c508cb54d672ee926e;hp=72c4b1ecb41e5b16a6a5dfd3bd59f24f1b461917;hpb=8e41ed7c4e8513487b8727554dbb3e4ad7400dd5;p=oota-llvm.git diff --git a/tools/llvm-ld/llvm-ld.cpp b/tools/llvm-ld/llvm-ld.cpp index 72c4b1ecb41..bb3f625e23c 100644 --- a/tools/llvm-ld/llvm-ld.cpp +++ b/tools/llvm-ld/llvm-ld.cpp @@ -469,7 +469,7 @@ int main(int argc, char **argv, char **envp) { progname = sys::Path(argv[0]).getBasename(); // Parse the command line options - cl::ParseCommandLineOptions(argc, argv, " llvm linker\n"); + cl::ParseCommandLineOptions(argc, argv, "llvm linker\n"); sys::PrintStackTraceOnErrorSignal(); // Construct a Linker (now that Verbose is set)