diff options
author | Adam Jackson <[email protected]> | 2019-09-06 09:50:27 +0200 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2019-09-11 17:00:43 +0000 |
commit | 585d0956108b82514b3cb842642f8a3f23301ca1 (patch) | |
tree | 34a709b492251a0aa2a92c52c8ee099c5ce80dcc /scons | |
parent | 59f18f21595c46f103a0efecd19d4137d179ecab (diff) |
gallium: Require LLVM >= 3.8
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'scons')
-rw-r--r-- | scons/llvm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/llvm.py b/scons/llvm.py index 30a74d85ca5..8d03d7ace06 100644 --- a/scons/llvm.py +++ b/scons/llvm.py @@ -37,7 +37,7 @@ import SCons.Errors import SCons.Util -required_llvm_version = '3.7' +required_llvm_version = '3.8' def generate(env): |