[PATCH] D51048: cmake: Specify reference outputs in llvm_test_data()

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 11:41:30 PDT 2018


tra added a comment.

In https://reviews.llvm.org/D51048#1221432, @MatzeB wrote:

> Though thinking about it, I don't really understand your problem:
>
> How can there be multiple outputs with the same name? They have different names in the repository (algorithm.reference_output, assert.reference_output, ...)


For CUDA tests, from each test source file we generate a lot of test executables compiled for combination of {CUDA version, C++ standard, C++ standard library}. All of those test executables will run and need to have their output compared to the same reference file.


Repository:
  rT test-suite

https://reviews.llvm.org/D51048





More information about the llvm-commits mailing list