[all-commits] [llvm/llvm-project] 292726: [HIP, test] Fix use of undef FileCheck var
RoboTux via All-commits
all-commits at lists.llvm.org
Sun Apr 4 11:30:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 292726b6443c7d7be4bb03af40cd3f60188b2ff7
https://github.com/llvm/llvm-project/commit/292726b6443c7d7be4bb03af40cd3f60188b2ff7
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2021-04-04 (Sun, 04 Apr 2021)
Changed paths:
M clang/test/CodeGenCUDA/kernel-stub-name.cu
Log Message:
-----------
[HIP, test] Fix use of undef FileCheck var
Clang test CodeGenCUDA/kernel-stub-name.cu uses never defined DKERN
variable in a CHECK-NOT directive. This commit replace the variable by a
regex, thereby avoiding the issue.
Reviewed By: yaxunl
Differential Revision: https://reviews.llvm.org/D99832
More information about the All-commits
mailing list