diff options
author | Rui Ueyama <ruiu@google.com> | 2017-09-25 00:57:18 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-09-25 00:57:18 +0000 |
commit | bbfe33c6bacd401e713fe12a29ae2d941a3ae4a8 (patch) | |
tree | bc9691efdd9e60fbd632e20dc765837527ef113b /lldb/packages/Python/lldbsuite/test | |
parent | 15b611d7f84a1ccbfaf062f0982b3f217561c39f (diff) | |
download | bcm5719-llvm-bbfe33c6bacd401e713fe12a29ae2d941a3ae4a8.tar.gz bcm5719-llvm-bbfe33c6bacd401e713fe12a29ae2d941a3ae4a8.zip |
Move Config->SymbolRenaming to SymbolTable.
In order to keep track of symbol renaming, we used to have
Config->SymbolRenaming, and whether a symbol is in the map or not
affects its symbol attribute (i.e. "LinkeRedefined" bit).
This patch adds "CanInline" bit to Symbol to aggreagate symbol
information in one place and removed the member from Config since
no one except SymbolTable now uses the table.
llvm-svn: 314088
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions