constexpr_longdouble.patch should be applied to v6 too (#13548)
This commit is contained in:
parent
e12a738d84
commit
ed89825557
@ -602,7 +602,7 @@ class Llvm(CMakePackage):
|
|||||||
# Backport from llvm master + additional fix
|
# Backport from llvm master + additional fix
|
||||||
# see https://bugs.llvm.org/show_bug.cgi?id=39696
|
# see https://bugs.llvm.org/show_bug.cgi?id=39696
|
||||||
# for a bug report about this problem in llvm master.
|
# for a bug report about this problem in llvm master.
|
||||||
patch('constexpr_longdouble.patch', when='@7:8+libcxx')
|
patch('constexpr_longdouble.patch', when='@6:8+libcxx')
|
||||||
|
|
||||||
@run_before('cmake')
|
@run_before('cmake')
|
||||||
def check_darwin_lldb_codesign_requirement(self):
|
def check_darwin_lldb_codesign_requirement(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user