[clang] [clang][Driver] Handle ROCm installation layout of lib/llvm/bin/clang (PR #138928)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed May 7 12:03:52 PDT 2025


================
@@ -181,8 +181,15 @@ RocmInstallationDetector::getInstallationPathCandidates() {
 
     // Some versions of the rocm llvm package install to /opt/rocm/llvm/bin
----------------
arsenm wrote:

Doesn't this end up being the clang resource directory? Why do we need additional handling? 

https://github.com/llvm/llvm-project/pull/138928


More information about the cfe-commits mailing list