Prevent building llvm@8: with an incompatilble gcc (#11220)
This commit is contained in:
parent
4571a96a43
commit
e64ee7e1be
1 changed files with 2 additions and 1 deletions
|
@ -572,7 +572,8 @@ class Llvm(CMakePackage):
|
|||
conflicts('+lldb', when='~clang')
|
||||
|
||||
# LLVM 4 and 5 does not build with GCC 8
|
||||
conflicts('%gcc@8:', when='@:5')
|
||||
conflicts('%gcc@8:', when='@:5')
|
||||
conflicts('%gcc@:5.0.999', when='@8:')
|
||||
|
||||
# Github issue #4986
|
||||
patch('llvm_gcc7.patch', when='@4.0.0:4.0.1+lldb %gcc@7.0:')
|
||||
|
|
Loading…
Reference in a new issue