You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang][Driver] Add ROCm lib/llvm/bin detection test
Add a lit test that exercises RocmInstallationDetector when clang is installed
under /opt/rocm/lib/llvm/bin, using a synthetic sysroot so it does not depend
on any real /opt/rocm installation. The test copies the built clang binary
into the test tree so the driver observes the expected InstalledDir and real
path, following the precedent of other driver tests that copy %clang into a
temporary layout.
0 commit comments