Skip to content

Commit f57924f

Browse files
committed
bump expected llvm version to 3.7
1 parent 2b8e0c9 commit f57924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/shared.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def fix_js_engine(old, new):
306306

307307
# Expectations
308308

309-
EXPECTED_LLVM_VERSION = (3, 6)
309+
EXPECTED_LLVM_VERSION = (3, 7)
310310

311311
actual_clang_version = None
312312

0 commit comments

Comments
 (0)