[all-commits] [llvm/llvm-project] edfec9: [DTLTO][TEST] Fix Clang driver test failing on som...

bd1976bris via All-commits all-commits at lists.llvm.org
Tue Jul 15 11:13:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: edfec9c5829f4778bd38f3ca4019105eb481df49
      https://github.com/llvm/llvm-project/commit/edfec9c5829f4778bd38f3ca4019105eb481df49
  Author: bd1976bris <Ben.Dunbobbin at sony.com>
  Date:   2025-07-15 (Tue, 15 Jul 2025)

  Changed paths:
    M clang/test/Driver/DTLTO/dtlto.c

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list