[lld] r248890 - test commit
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 30 04:42:29 PDT 2015
Author: grimar
Date: Wed Sep 30 06:42:29 2015
New Revision: 248890
URL: http://llvm.org/viewvc/llvm-project?rev=248890&view=rev
Log:
test commit
Modified:
lld/trunk/tools/lld/lld.cpp
Modified: lld/trunk/tools/lld/lld.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/tools/lld/lld.cpp?rev=248890&r1=248889&r2=248890&view=diff
==============================================================================
--- lld/trunk/tools/lld/lld.cpp (original)
+++ lld/trunk/tools/lld/lld.cpp Wed Sep 30 06:42:29 2015
@@ -23,7 +23,7 @@
using namespace lld;
-/// Universal linker main(). This linker emulates the gnu, darwin, or
+/// Universal linker main(). This linker emulates the gnu, darwin, or
/// windows linker based on the tool name or if the first argument is
/// -flavor.
int main(int argc, const char *argv[]) {
More information about the llvm-commits
mailing list