Bug ID 36109
Summary libc++ queue and string tests fail with -gmodules on android
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter labath@google.com
CC llvm-bugs@lists.llvm.org
The std::queue test fails with an amusing error message:
file "Android clang version 5.0.300080 (based on LLVM 5.0.300080)\Android
clang version 5.0.300080 (based on LLVM 5.0.300080)" does not exist
while the std::string just fails to print a std::wstring value.
Could be a parsing problem, or an issue with a (relatively) old clang used to
compile the tests.