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
[DTLTO][TEST] Fix Clang driver test failing on some build bots
Not all builds name the compiler executable `clang`. For example,
the Fuchsia build bots use `llvm` as the executable name, as they
combine everything together in a busybot-style binary.
Update the Clang driver test to simply check that a non-empty path
is provided for the `--thinlto-remote-compiler` argument, rather
than hardcoding the executable name. The cross-project test will
verify that the path is valid later.
Should fixllvm#147265.
0 commit comments