diff options
author | Rui Ueyama <ruiu@google.com> | 2017-03-21 23:03:09 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-03-21 23:03:09 +0000 |
commit | a34da93847cd62e630fdc7c995c712241f99aa32 (patch) | |
tree | 59a018f6a8d1447ce59122a07111557e1605b933 /lldb/packages/Python/lldbsuite/test/python_api/debugger | |
parent | b8dd23f56eafce73814903eaf8b286d9570bdd11 (diff) | |
download | bcm5719-llvm-a34da93847cd62e630fdc7c995c712241f99aa32.tar.gz bcm5719-llvm-a34da93847cd62e630fdc7c995c712241f99aa32.zip |
Make elf::ScriptConfig a LinkerScript class member variable.
LinkerScript used to be a template class, so we couldn't instantiate
that class in elf::link. We instantiated ScriptConfig class earlier
instead so that the linker script parser can store configurations to
the object.
Now that LinkerScript is not a template, it doesn't make sense to
separate ScriptConfig from LinkerScript. This patch merges them.
llvm-svn: 298457
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger')
0 files changed, 0 insertions, 0 deletions