[all-commits] [llvm/llvm-project] de3c01: Fix regex in test case so that it doesn't match "c...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Fri Jun 9 14:21:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de3c01b06fe5854d2bf72c516e63eaa294e75fd2
https://github.com/llvm/llvm-project/commit/de3c01b06fe5854d2bf72c516e63eaa294e75fd2
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M clang/test/Driver/cuda-no-pgo-or-coverage.cu
Log Message:
-----------
Fix regex in test case so that it doesn't match "coverage" in directory
names
The test case was failing because "-f{{[^"]*coverage.*}}" was matching
the following string:
"-fdebug-compilation-dir=/Users/buildslave/jenkins/workspace/coverage/"
Differential Revision: https://reviews.llvm.org/D152485
More information about the All-commits
mailing list