diff options
author | Sam Clegg <sbc@chromium.org> | 2018-06-14 18:48:19 +0000 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2018-06-14 18:48:19 +0000 |
commit | 277f898a4d155cbf79b017f163f7f6671c5acf73 (patch) | |
tree | 26748ab4d56e60914066675776c0882f16efa852 /lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py | |
parent | b521dc3acfae26cef62f1ab3bfe1c3753c0c9955 (diff) | |
download | bcm5719-llvm-277f898a4d155cbf79b017f163f7f6671c5acf73.tar.gz bcm5719-llvm-277f898a4d155cbf79b017f163f7f6671c5acf73.zip |
[WebAssembly] Ignore explicit section names for functions
WebAssembly doesn't support more than one function per section
and we rely on function sections being unique. This change ignores
the section provided by the function to avoid two functions being
in the same section.
Without this change the object writer produces the following
error for this test:
LLVM ERROR: section already has a defining function: baz
Differential Revision: https://reviews.llvm.org/D48178
llvm-svn: 334752
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py')
0 files changed, 0 insertions, 0 deletions