[all-commits] [llvm/llvm-project] b9d079: [clang][test] Refine clang machine-function-split ...

Han Shen via All-commits all-commits at lists.llvm.org
Fri Aug 18 18:06:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9d079d6188b50730e0a67267b7fee36008435ce
      https://github.com/llvm/llvm-project/commit/b9d079d6188b50730e0a67267b7fee36008435ce
  Author: Han Shen <shenhan at google.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    A clang/test/CodeGen/fsplit-machine-functions.c
    M clang/test/Driver/fsplit-machine-functions-with-cuda-nvptx.c
    M clang/test/Driver/fsplit-machine-functions.c
    M llvm/test/CodeGen/Generic/machine-function-splitter.ll

  Log Message:
  -----------
  [clang][test] Refine clang machine-function-split tests.

This CL includes two changes:
1. moved clang backend-warnings test cases from Driver/ to CodeGen/.
2. removed multiple `cd "$(dirname "%t")"` and replaced with `-o %t`.

Reviewed By: maskray (Fangrui Song)
Differential Revision: https://reviews.llvm.org/D157565




More information about the All-commits mailing list