Bug ID 36817
Summary error: ‘sort’ is not a member of ‘llvm’
Product lldb
Version 6.0
Hardware PC
OS Linux
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter ygolanski@isotek.co.uk
CC llvm-bugs@lists.llvm.org
labath@google.com changed bug 36817
What Removed Added CC labath@google.com Resolution — INVALID Status NEW RESOLVED
Comment # 1 on bug 36817 from labath@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.
Yann Golanski changed bug 36817
What Removed Added Resolution INVALID FIXED
Comment # 2 on bug 36817 from Yann Golanski
I updated everything and indeed that error is now fixed.
Thank you.