[llvm-bugs] [Bug 44078] New: llvm build fail on mac os 10.11.6
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 20 04:29:35 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=44078
Bug ID: 44078
Summary: llvm build fail on mac os 10.11.6
Product: lldb
Version: 9.0
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: lk163 at hdm-stuttgart.de
CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
i cannot install llvm 9.0.0 on mac os 10.11.6:
/tmp/llvm-20191120-51054-19joaqd/llvm-9.0.0.src/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp:112:17:
error: no matching function for call to 'next'
auto parent = std::next(rev_it);
^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:521:25:
note: candidate template ignored: disabled by 'enable_if' [with _ForwardIter =
llvm::sys::path::reverse_iterator]
typename enable_if<__is_forward_iterator<_ForwardIter>::value>::type* = 0)
^
1 error generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191120/9c307363/attachment-0001.html>
More information about the llvm-bugs
mailing list