From 0f72c9053c64188ad8c5b0500f5fb8918f5b08af Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 15 Jan 2016 19:49:42 -0800 Subject: print contents of LLVM env var --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') 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: -- cgit v1.2.3