constexpr_longdouble.patch should be applied to v6 too (#13548)
This commit is contained in:
parent
e12a738d84
commit
ed89825557
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ class Llvm(CMakePackage):
|
|||
# Backport from llvm master + additional fix
|
||||
# see https://bugs.llvm.org/show_bug.cgi?id=39696
|
||||
# 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')
|
||||
def check_darwin_lldb_codesign_requirement(self):
|
||||
|
|
Loading…
Reference in a new issue