diff options
author | Sam Clegg <sbc@chromium.org> | 2019-02-21 03:27:00 +0000 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2019-02-21 03:27:00 +0000 |
commit | 1634516e3538b9df51fd479b28ef18355a5c4a66 (patch) | |
tree | 936f650878caa582566f49e895a4fab51b8b4641 /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | 42e229e13082a5dfb39aa43b40a8d7c75df92770 (diff) | |
download | bcm5719-llvm-1634516e3538b9df51fd479b28ef18355a5c4a66.tar.gz bcm5719-llvm-1634516e3538b9df51fd479b28ef18355a5c4a66.zip |
[WebAssembly] Default to something reasonable in WebAssemblyAddMissingPrototypes
Previously if we couldn't derive a prototype for a "no-prototype"
function from C we would leave it as is:
void foo(...)
With this change we instead give is an empty signature and remove
the "no-prototype" attribute.
This fixes the current wasm waterfall test failure.
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D58488
llvm-svn: 354544
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions