================
@@ -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:

> oh ok we can't even run clang-driver tests?

I guess we *can* but those tests are much less interesting than building the 
toolchain, building programs with it and running those programs.

LLVM's own CI will run the clang driver tests on this PR as-is, there's little 
reason to repeat them in the toolchain build/test environment.

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