[llvm] [llvm] Fix GNU/Hurd build (PR #184470)

Samuel Thibault via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 4 03:24:31 PDT 2026


sthibaul wrote:

> Should do something like
> 
> ```
>   +  SmallString<128> Buf;
>   +  if (!sys::fs::readlink(Path, Buf)) {
>   +    std::string s(Buf.str());
>   +    LibPathCache->insert_link(Path, s);
> ```

Right, it already handles this, done so

https://github.com/llvm/llvm-project/pull/184470


More information about the llvm-commits mailing list