summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/python.test
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-09-14 18:28:26 -0700
committerSam Clegg <sbc@chromium.org>2020-09-15 06:17:01 -0700
commit3f411e97739ffbdca0077d1c4fdc9c1fc1819019 (patch)
treecd54cb803bc1932c440554b207626edfdb9c1609 /lldb/test/Shell/ScriptInterpreter/Python/python.test
parentfe395aecd9e70b815e6490639098d815385f9932 (diff)
[lld][WebAssembly] Fix --export-all when __stack_pointer is present
With https://reviews.llvm.org/D87537 we made it an error to import or export a mutable global with the +mutable-globals feature present. However the scan was of the entire symbol table rather than just the imports or exports and the filter didn't match exaclyt meaning the `__stack_pointer` (a mutable global) was always triggering with error when the `--export-all` flag was used. This also revealed that we didn't have any test coverage for the `--export-all` flag. This change fixes the current breakage on the emscripten-releases roller. Differential Revision: https://reviews.llvm.org/D87663
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/python.test')
0 files changed, 0 insertions, 0 deletions