diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-10 12:22:11 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-21 10:47:39 -0800 |
commit | c5845c5f593a87cebd8117ec7d6b26ade962e276 (patch) | |
tree | 9675838dfe6575138ae5bbdacc94ad8aa73449d5 | |
parent | 1a4c4fd9f3354aa06f885b3c843bc143ad534e1f (diff) |
bump expected LLVM version to 3.2
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index a826ef48..eeffffde 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -135,7 +135,7 @@ except Exception, e: # Expectations -EXPECTED_LLVM_VERSION = (3,1) +EXPECTED_LLVM_VERSION = (3,2) def check_clang_version(): expected = 'clang version ' + '.'.join(map(str, EXPECTED_LLVM_VERSION)) |