[PATCH] D51561: [CMake] Add support for unittests that have input files
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 11:08:17 PDT 2018
thakis added a comment.
Also also, opening a file from a unit test kind of makes it not a unit test, since those are supposed to not hit the disk etc. Maybe that test wants to be its own binary instead that's called from a lit script, instead of being a unit test?
Repository:
rL LLVM
https://reviews.llvm.org/D51561
More information about the llvm-commits
mailing list