[libcxx-commits] [compiler-rt] [lldb] [llvm] [libcxx] [lld] [lld-macho] Find objects in library search path (PR #78628)
Vy Nguyen via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 19 06:16:42 PST 2024
================
@@ -90,6 +90,9 @@ static std::optional<StringRef> findLibrary(StringRef name) {
return entry->second;
auto doFind = [&] {
+ // Special case for Csu support files.
----------------
oontvoo wrote:
nit: would be helpful to either expand what Csu are ... (not a very common thing - I had to look it up :) )
Thanks!
https://github.com/llvm/llvm-project/pull/78628
More information about the libcxx-commits
mailing list