[all-commits] [llvm/llvm-project] 963259: [Offload] Remove uses of %T from lit tests (#150721)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Jul 25 16:16:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 963259ef6be4871e5252ff3ac9df737af5d2b4cb
      https://github.com/llvm/llvm-project/commit/963259ef6be4871e5252ff3ac9df737af5d2b4cb
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-25 (Fri, 25 Jul 2025)

  Changed paths:
    M offload/test/offloading/shared_lib_fp_mapping.c

  Log Message:
  -----------
  [Offload] Remove uses of %T from lit tests (#150721)

This patch removes all the instances of %T from offload/ (only one test
contained this construction). %T has been deprecated for ~7 years and is
not reccomended as it does not use a unique directory per test. Switch
to using %t to ensure we use a unique dir per test and so that we can
eventually remove %T.

I did not actually test this. A couple feeble attempts at
building/running the offload tests just leaves me with a ton of test
failures. Given how small this is I'm reasonably sure it works though.



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