diff options
author | Dan Gohman <sunfish@mozilla.com> | 2016-01-15 15:51:44 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@mozilla.com> | 2016-01-15 15:51:44 -0800 |
commit | 8d7dba5d0ce1bc0bbd15c5fc453ccfdced99c491 (patch) | |
tree | 8d330578e57e1dc5ce93196c3e0fd725ec24500a | |
parent | 686a8334090f57e1ba218e552819b3c6374059b5 (diff) | |
download | binaryen-8d7dba5d0ce1bc0bbd15c5fc453ccfdced99c491.tar.gz binaryen-8d7dba5d0ce1bc0bbd15c5fc453ccfdced99c491.tar.bz2 binaryen-8d7dba5d0ce1bc0bbd15c5fc453ccfdced99c491.zip |
Disable importing of the offset-folding test.
The LLVM test its generated from has external global variables, which
isn't supported in s2wasm.
-rwxr-xr-x | test/llvm_autogenerated/llvm-to-s.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/llvm_autogenerated/llvm-to-s.py b/test/llvm_autogenerated/llvm-to-s.py index ae73c167b..aea7d722c 100755 --- a/test/llvm_autogenerated/llvm-to-s.py +++ b/test/llvm_autogenerated/llvm-to-s.py @@ -56,6 +56,7 @@ def main(args): BLACKLIST = ['inline-asm', # inline asm containing invalid syntax 'returned', # external global symbol 'vtable', # external global symbol + 'offset-folding', # external global symbol ] if name_noext in BLACKLIST: continue |