[PATCH] D106844: [test-suite] Fix CMakeLists.txt of MultiSource/Applications/viterbi to enable small data file
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 5 15:35:54 PDT 2021
Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.
`llvm_test_data` copies/symlinks the input data to the build dir to make running the test-suite independent of the git checkout. Indeed when using small problem size, we need to copy the small input instead of the standard size input file to the build dir. Could also just have copied both of them unconditionally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106844/new/
https://reviews.llvm.org/D106844
More information about the llvm-commits
mailing list