[PATCH] D158231: [clang][test] Fix clang machine-function-split tests

Han Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 16:20:36 PDT 2023


shenhan created this revision.
shenhan added reviewers: MaskRay, Hahnfeld, steelannelida.
Herald added subscribers: mattd, asavonic.
Herald added a project: All.
shenhan requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

This CL includes two changes:

1. move clang backend-warnings test cases from Driver/ to CodeGen/.
2. Replace multiple `cd "$(dirname "%t")"` with a single `rm -fr "%t"; mkdir -p "%t"; cd "%t"`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158231

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158231.551313.patch
Type: text/x-patch
Size: 9394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230817/5fbee53f/attachment-0001.bin>


More information about the cfe-commits mailing list