Rewrite comment to be clearer

llvm-svn: 355875
This commit is contained in:
Alex Langford 2019-03-11 22:49:36 +00:00
parent 2136a5bc49
commit 76b081bb08
1 changed files with 1 additions and 1 deletions

View File

@ -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);