summaryrefslogtreecommitdiff
path: root/test/lit/lit.cfg.py
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2021-08-30 09:42:45 -0700
committerGitHub <noreply@github.com>2021-08-30 16:42:45 +0000
commitfffeac664f2e4433602ad3f34f649b078ba9e782 (patch)
tree149523b5a31271407aba297b9a599aa90295bbfe /test/lit/lit.cfg.py
parentc0b48a61be60fb153933682e1f4369b8325bcb23 (diff)
downloadbinaryen-fffeac664f2e4433602ad3f34f649b078ba9e782.tar.gz
binaryen-fffeac664f2e4433602ad3f34f649b078ba9e782.tar.bz2
binaryen-fffeac664f2e4433602ad3f34f649b078ba9e782.zip
Use ModuleReader::readStdin for file "-" (#4114)
After #4106 we already treat the input file "-" as a shorthand for reading from stdin at the file.cpp level. However, the "-" input was still treated as a normal file name at the wasm-io.cpp file and as a result was always treated as text input. This commit updates wasm-io.cpp to use the stdin code path supporting both binary and text input for "-". Fixes #4105 (again).
Diffstat (limited to 'test/lit/lit.cfg.py')
0 files changed, 0 insertions, 0 deletions