diff options
author | Sam Clegg <sbc@chromium.org> | 2017-09-14 19:05:05 -0700 |
---|---|---|
committer | Ben Smith <binjimin@gmail.com> | 2017-09-14 19:05:05 -0700 |
commit | 18f7772c47f0720fbaa38a01e6892826705ec26f (patch) | |
tree | d3d854b48a1dd28e3f9660e2d124e25aa6da2bfb /test/run-objdump.py | |
parent | 7a0bf623e2b69621fa45f2d194c9dd6233086203 (diff) | |
download | wabt-18f7772c47f0720fbaa38a01e6892826705ec26f.tar.gz wabt-18f7772c47f0720fbaa38a01e6892826705ec26f.tar.bz2 wabt-18f7772c47f0720fbaa38a01e6892826705ec26f.zip |
Enable all reader features in objdump (#628)
Objdump should really make a best effort to display
anything its given. There are other tools that are
better suited for validation.
Diffstat (limited to 'test/run-objdump.py')
-rwxr-xr-x | test/run-objdump.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/run-objdump.py b/test/run-objdump.py index e86a1b22..95418a6c 100755 --- a/test/run-objdump.py +++ b/test/run-objdump.py @@ -90,10 +90,6 @@ def main(args): find_exe.GetWasmdumpExecutable(options.bindir), error_cmdline=options.error_cmdline) wasm_objdump.AppendOptionalArgs({ - '--enable-exceptions': options.enable_exceptions, - '--enable-saturating-float-to-int': - options.enable_saturating_float_to_int, - '--enable-threads': options.enable_threads, '-h': options.headers, '-x': options.dump_verbose, '--debug': options.dump_debug, |