diff options
author | bd1976bris <Ben.Dunbobbin@sony.com> | 2025-07-15 19:13:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-15 19:13:07 +0100 |
commit | edfec9c5829f4778bd38f3ca4019105eb481df49 (patch) | |
tree | 3d43e92a403a19f9c6c5ba7f890d87319747e437 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 041a8a9e5a00358491fb98e4f6156f0882bf5bea (diff) | |
download | llvm-edfec9c5829f4778bd38f3ca4019105eb481df49.zip llvm-edfec9c5829f4778bd38f3ca4019105eb481df49.tar.gz llvm-edfec9c5829f4778bd38f3ca4019105eb481df49.tar.bz2 |
[DTLTO][TEST] Fix Clang driver test failing on some build bots (#148908)
Not all builds name the compiler executable `clang`. For example, the
Fuchsia build bots use `llvm` as their single toolchain 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 fix #147265.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions