[lld] r298571 - Refine comment.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 18:19:10 PDT 2017
Author: ruiu
Date: Wed Mar 22 20:19:10 2017
New Revision: 298571
URL: http://llvm.org/viewvc/llvm-project?rev=298571&view=rev
Log:
Refine comment.
Modified:
lld/trunk/ELF/DriverUtils.cpp
Modified: lld/trunk/ELF/DriverUtils.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/DriverUtils.cpp?rev=298571&r1=298570&r2=298571&view=diff
==============================================================================
--- lld/trunk/ELF/DriverUtils.cpp (original)
+++ lld/trunk/ELF/DriverUtils.cpp Wed Mar 22 20:19:10 2017
@@ -122,8 +122,8 @@ void elf::printHelp(const char *Argv0) {
outs() << "\n";
// Scripts generated by Libtool versions up to at least 2.4.6 (the most
- // recent version as of March 2017) expect /supported targets:.* elf/ in
- // a message for the -help option. If it doesn't match, the scripts
+ // recent version as of March 2017) expect /: supported targets:.* elf/
+ // in a message for the -help option. If it doesn't match, the scripts
// assume that the linker doesn't support very basic features such as
// shared libraries. Therefore, we need to print out at least "elf".
// Here, we print out all the targets that we support.
More information about the llvm-commits
mailing list