summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-01-15 19:49:42 -0800
committerAlon Zakai <alonzakai@gmail.com>2016-01-17 11:57:09 -0800
commit0f72c9053c64188ad8c5b0500f5fb8918f5b08af (patch)
treea9ef0a8e7c29562b4f96c65bb9c901cdef27d32d
parent4de7679d71fe4ed87bff14eebf5b1dcc9b0f76ec (diff)
downloadbinaryen-0f72c9053c64188ad8c5b0500f5fb8918f5b08af.tar.gz
binaryen-0f72c9053c64188ad8c5b0500f5fb8918f5b08af.tar.bz2
binaryen-0f72c9053c64188ad8c5b0500f5fb8918f5b08af.zip
print contents of LLVM env var
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index f0bd6cf61..dd209c2e0 100755
--- a/check.py
+++ b/check.py
@@ -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: