diff options
author | Rui Ueyama <ruiu@google.com> | 2017-02-27 02:32:08 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-02-27 02:32:08 +0000 |
commit | 536a26706fb31adbfda4f20a9582f76009168cb2 (patch) | |
tree | ec4e2c7deb0bb973dd92c1ecbd9fdc38d634c862 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | 02a036f2e6706c09ac7b43a1d2027c64c0dd9d6d (diff) | |
download | bcm5719-llvm-536a26706fb31adbfda4f20a9582f76009168cb2.tar.gz bcm5719-llvm-536a26706fb31adbfda4f20a9582f76009168cb2.zip |
Move SymbolTable<ELFT>::Sections out of the class.
The list of all input sections was defined in SymbolTable class for a
historical reason. The list itself is not a template. However, because
SymbolTable class is a template, we needed to pass around ELFT to access
the list. This patch moves the list out of the class so that it doesn't
need ELFT.
llvm-svn: 296309
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions