[libcxx-commits] [lld] [llvm] [libcxx] [compiler-rt] [lldb] [lld-macho] Find objects in library search path (PR #78628)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 19 08:39:10 PST 2024
================
@@ -90,6 +90,9 @@ static std::optional<StringRef> findLibrary(StringRef name) {
return entry->second;
auto doFind = [&] {
+ // Special case for Csu support files.
----------------
OldWorldOrdr wrote:
Is the new comment ok?
https://github.com/llvm/llvm-project/pull/78628
More information about the libcxx-commits
mailing list