Update comment.

llvm-svn: 276322
This commit is contained in:
Rui Ueyama 2016-07-21 19:45:22 +00:00
parent 15e5c88620
commit 629e0aa5be
1 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,12 @@
//===----------------------------------------------------------------------===//
//
// 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 Driver or Config object.
// It parses a linker script and write the result to Config or ScriptConfig
// objects.
//
// If SECTIONS command is used, a ScriptConfig contains an AST
// of the command which will later be consumed by createSections() and
// assignAddresses().
//
//===----------------------------------------------------------------------===//