[clang] [compiler-rt] Change compiler-rt lib search path for Hexagon-linux (PR #154530)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 21 09:15:48 PDT 2025
================
@@ -594,6 +592,9 @@ void HexagonToolChain::getHexagonLibraryPaths(const ArgList &Args,
LibPaths.push_back(LibDirCpu);
LibPaths.push_back(LibDir);
}
+ if (getTriple().isMusl()) {
+ LibPaths.push_back(getCompilerRTPath());
+ }
}
----------------
quic-k wrote:
oh ok
we can't even run clang-driver tests?
https://github.com/llvm/llvm-project/pull/154530
More information about the llvm-commits
mailing list