[lldb-dev] [Bug 36817] error: ‘sort’ is not a member of ‘llvm’
via lldb-dev
lldb-dev at lists.llvm.org
Tue Mar 20 02:17:07 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=36817
labath at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |labath at google.com
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from labath at google.com ---
There was a recent llvm refactor which introduced llvm::sort. Please make sure
all your repositories llvm are synced to the same (latest) revision. If that
doesn't help then, maybe you need to add some #include because the definition
of llvm::sort is not being picked up for some reason. If that is the case, let
me know, and I'll add the include.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180320/2582de7f/attachment-0001.html>
More information about the lldb-dev
mailing list