diff options
-rw-r--r-- | lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp index 392baecb305..6b515318c5e 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp @@ -78,7 +78,7 @@ bool lldb_private::ComputeClangResourceDirectory(FileSpec &lldb_shlib_spec, ++rev_it; } - // Posix-style of LLDB detected. + // We found a non-framework build of LLDB if (rev_it == r_end) return DefaultComputeClangResourceDirectory(lldb_shlib_spec, file_spec, verify); |