diff options
| author | Rui Ueyama <ruiu@google.com> | 2013-05-09 21:14:02 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2013-05-09 21:14:02 +0000 |
| commit | 4689326d4c956af27cacbc20db37893809012b52 (patch) | |
| tree | 9da88b4308fa4c04299a54230775f6a8ea9a9488 /lld/lib/Driver/UniversalDriver.cpp | |
| parent | b0f459e8aef298e0de35c209c8de492699f8b868 (diff) | |
| download | bcm5719-llvm-4689326d4c956af27cacbc20db37893809012b52.tar.gz bcm5719-llvm-4689326d4c956af27cacbc20db37893809012b52.zip | |
[lld] Fix wrong comment.
llvm-svn: 181547
Diffstat (limited to 'lld/lib/Driver/UniversalDriver.cpp')
| -rw-r--r-- | lld/lib/Driver/UniversalDriver.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lld/lib/Driver/UniversalDriver.cpp b/lld/lib/Driver/UniversalDriver.cpp index 0a49501264c..85ae4906a01 100644 --- a/lld/lib/Driver/UniversalDriver.cpp +++ b/lld/lib/Driver/UniversalDriver.cpp @@ -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. /// //===----------------------------------------------------------------------===// |

