diff options
author | Rui Ueyama <ruiu@google.com> | 2016-07-29 05:48:39 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-07-29 05:48:39 +0000 |
commit | 8d083e6a0a2673b6e7c494dd1868c90019cebfda (patch) | |
tree | 8cb6030989535df4179a347bfe84cc5e5c55c7d6 /lldb/packages/Python/lldbsuite/test | |
parent | 130b9f99d6ec88bf9850335850a5a0e4f6be0b6b (diff) | |
download | bcm5719-llvm-8d083e6a0a2673b6e7c494dd1868c90019cebfda.tar.gz bcm5719-llvm-8d083e6a0a2673b6e7c494dd1868c90019cebfda.zip |
Remove `Ignore` flag from SymbolAssignment class.
Previously, Ignore flag is set if we don't want to assign
a value to symbols. It happens if a symbol assingment is in
PROVIDE() and there's already a symbol with the same name.
The previous code had a subtle but that we assume that the
existing symbol is an absolute symbol even if it is not.
This patch fixes the issue by always overwriting an absolute
symbol.
llvm-svn: 277115
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions