forked from llvm/llvm-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test-suite, CUDA] Update CUDA cmake files.
This should unbreak CUDA buildbots. The problem is that CUDA test suite is generating multiple test executables that all use the same reference output file and that resulted in multiple compilation jobs attempting to create the same symlink at the same time. This patch adds a SUFFIX parameter to make it possible to append a suffix to the target file name and that allows us to avoid name clashes. Differential Revision: https://reviews.llvm.org/D51663 llvm-svn: 341430
- Loading branch information
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters