[all-commits] [llvm/llvm-project] 30c4b9: [test] Fix unit test case errors.
Han Shen via All-commits
all-commits at lists.llvm.org
Thu Aug 17 11:32:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30c4b97aec60895a6905816670f493cdd1d7c546
https://github.com/llvm/llvm-project/commit/30c4b97aec60895a6905816670f493cdd1d7c546
Author: Han Shen <shenhan at google.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M clang/test/Driver/fsplit-machine-functions-with-cuda-nvptx.c
M clang/test/Driver/fsplit-machine-functions.c
M clang/test/Driver/fsplit-machine-functions2.c
Log Message:
-----------
[test] Fix unit test case errors.
This fix includes two changes:
- use proper triple name for arm: arm-unknown-linux-gnueabi
- specify output to be in a temp directory
Test cases fixed:
- clang/test/Driver/fsplit-machine-functions-with-cuda-nvptx.c
- clang/test/Driver/fsplit-machine-functions.c
- clang/test/Driver/fsplit-machine-functions2.c
Reviewed: xur
More information about the All-commits
mailing list