constexpr_longdouble.patch should be applied to v6 too (#13548)

This commit is contained in:
Daryl W. Grunau 2019-11-03 15:47:41 -07:00 committed by Adam J. Stewart
parent e12a738d84
commit ed89825557

View file

@ -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):