[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:17:19 PDT 2025
================
@@ -547,11 +548,8 @@ HexagonToolChain::getSmallDataThreshold(const ArgList &Args) {
}
std::string HexagonToolChain::getCompilerRTPath() const {
- SmallString<128> Dir(getDriver().SysRoot);
- llvm::sys::path::append(Dir, "usr", "lib");
- if (!SelectedMultilibs.empty()) {
- Dir += SelectedMultilibs.back().gccSuffix();
- }
----------------
quic-k wrote:
sounds good
we can pull this branch to test the toolchain before merging
I will create the PR
https://github.com/llvm/llvm-project/pull/154530
More information about the llvm-commits
mailing list