[lld] r181547 - [lld] Fix wrong comment.
Rui Ueyama
ruiu at google.com
Thu May 9 14:14:02 PDT 2013
Author: ruiu
Date: Thu May 9 16:14:02 2013
New Revision: 181547
URL: http://llvm.org/viewvc/llvm-project?rev=181547&view=rev
Log:
[lld] Fix wrong comment.
Modified:
lld/trunk/lib/Driver/UniversalDriver.cpp
Modified: lld/trunk/lib/Driver/UniversalDriver.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/Driver/UniversalDriver.cpp?rev=181547&r1=181546&r2=181547&view=diff
==============================================================================
--- lld/trunk/lib/Driver/UniversalDriver.cpp (original)
+++ lld/trunk/lib/Driver/UniversalDriver.cpp Thu May 9 16:14:02 2013
@@ -9,7 +9,8 @@
///
/// \file
///
-/// Concrete instance of the Driver for darwin's ld.
+/// Driver for "universal" lld tool which can mimic any linker command line
+/// parsing once it figures out which command line flavor to use.
///
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list