[all-commits] [llvm/llvm-project] 2f79bb: [Driver][test] Add -nogpulib to some AMDGPU tests
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jul 28 19:57:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f79bb10461d114783a1548201928549ace09755
https://github.com/llvm/llvm-project/commit/2f79bb10461d114783a1548201928549ace09755
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M clang/test/Driver/amdgcn-gz-options.cl
M clang/test/Driver/amdgcn-toolchain-pic.cl
M clang/test/Driver/amdgpu-features.c
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/amdgpu-toolchain-opencl.cl
M clang/test/Driver/amdgpu-toolchain.c
M clang/test/Driver/amdgpu-visibility.cl
Log Message:
-----------
[Driver][test] Add -nogpulib to some AMDGPU tests
An upcoming change D156363 will change -### to exit with code 1 if
hasErrorOccurred. Some AMDGPU tests would exit with code 0 due to not
found GPU installation.
More information about the All-commits
mailing list