================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to