diff options
author | Rui Ueyama <ruiu@google.com> | 2015-10-13 19:51:57 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-10-13 19:51:57 +0000 |
commit | 34f292467580ee11d0de2353a4cd6620ef9a5eeb (patch) | |
tree | f6f01d227891fa94261241470679cfcc2c82981b /lld/ELF/LinkerScript.cpp | |
parent | e400a7d412f81ae5996de76a863854b9cccfde62 (diff) | |
download | bcm5719-llvm-34f292467580ee11d0de2353a4cd6620ef9a5eeb.tar.gz bcm5719-llvm-34f292467580ee11d0de2353a4cd6620ef9a5eeb.zip |
ELF2: Add comments.
llvm-svn: 250215
Diffstat (limited to 'lld/ELF/LinkerScript.cpp')
-rw-r--r-- | lld/ELF/LinkerScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 008502963dc..fcafc66407d 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -9,7 +9,7 @@ // // This file contains the parser/evaluator of the linker script. // It does not construct an AST but consume linker script directives directly. -// Results are written to Symtab or Config object. +// Results are written to Driver or Config object. // //===----------------------------------------------------------------------===// |