================
@@ -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());
+ }
}
----------------
androm3da wrote:
> I don't have permission to run the github CI tho
Unfortunately there's no CI workflow (or not github CI workflow rather) that
runs the toolchain build + test. Too much computation work for GH limits. So
you should run it locally.
https://github.com/llvm/llvm-project/pull/154530
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits