summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorJacob Gravelle <jgravelle@google.com>2019-08-27 22:58:21 +0000
committerJacob Gravelle <jgravelle@google.com>2019-08-27 22:58:21 +0000
commit92ed86d239cdd6ed97dae3084f6537088da88677 (patch)
tree2782c5ef0464a2e2d0ea5e7f1bfa4f74689b1283 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parent29db51dad4e8811805041c0bef0de632514b82b1 (diff)
downloadbcm5719-llvm-92ed86d239cdd6ed97dae3084f6537088da88677.tar.gz
bcm5719-llvm-92ed86d239cdd6ed97dae3084f6537088da88677.zip
[lld][WebAssembly] Support for growable tables
Adds --growable-table flag to handle building wasm modules with tables that can grow. Wasm tables that we use to store function pointers. In order to add functions to that table at runtime, we need to either preallocate space, or grow the table. In order to specify a table with no maximum size, we need some flag to handle that case, separately from a potential --max-table-size= flag. Note that the number of elements in the table isn't knowable until link-time, so it's unclear if we will want a --max-table-size= flag in the future. llvm-svn: 370127
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud