lldb-tools / lldb-mi

LLDB's machine interface driver
https://lldb.llvm.org
Other
162 stars 53 forks source link

fix ubuntu CI #109

Closed sunshaoce closed 1 year ago

sunshaoce commented 1 year ago

Error info: /usr/include/lldb/Utility/FileSpec.h: In member function ‘bool lldb_private::FileSpec::IsCaseSensitive() const’: /usr/include/lldb/Utility/FileSpec.h:205:41: error: ‘is_style_posix’ was not declared in this scope 205 | bool IsCaseSensitive() const { return is_style_posix(m_style); }