[all-commits] [llvm/llvm-project] 335fb9: [Driver] Don't use absolute paths for invoking sub...

Haojian Wu via All-commits all-commits at lists.llvm.org
Tue Jun 4 08:57:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 335fb9467172683d1b9418ee17120598d0d0a1af
      https://github.com/llvm/llvm-project/commit/335fb9467172683d1b9418ee17120598d0d0a1af
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2024-06-04 (Tue, 04 Jun 2024)

  Changed paths:
    M clang/test/Driver/mips-mti-linux.c
    M clang/test/Driver/openmp-offload-gpu.c
    M clang/test/Driver/openmp-offload.c
    M clang/test/Driver/ve-toolchain.c

  Log Message:
  -----------
  [Driver] Don't use absolute paths for invoking subcommands for driver tests (#94349)

We see some tests are failing internally after 12949c9.

In some CAS systems, we might not see the exact binary name (clang),
this patch adds the `-no-canonical-prefixes` option to the command line to not
realpath-ify the binary name.



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