diff options
author | Alon Zakai <alonzakai@gmail.com> | 2016-01-15 19:49:42 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-01-17 11:57:09 -0800 |
commit | 0f72c9053c64188ad8c5b0500f5fb8918f5b08af (patch) | |
tree | a9ef0a8e7c29562b4f96c65bb9c901cdef27d32d /check.py | |
parent | 4de7679d71fe4ed87bff14eebf5b1dcc9b0f76ec (diff) | |
download | binaryen-0f72c9053c64188ad8c5b0500f5fb8918f5b08af.tar.gz binaryen-0f72c9053c64188ad8c5b0500f5fb8918f5b08af.tar.bz2 binaryen-0f72c9053c64188ad8c5b0500f5fb8918f5b08af.zip |
print contents of LLVM env var
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ for wast in tests: if actual != expected: fail(actual, expected) -print '\n[ checking emcc WASM_BACKEND testcases... ]\n' +print '\n[ checking emcc WASM_BACKEND testcases... (llvm: %s)]\n' % (os.environ.get('LLVM') or 'NULL') os.environ['WASM_BACKEND'] = '1' try: |