[PATCH] D51561: [CMake] Add support for unittests that have input files
Matthew Voss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 14:20:12 PDT 2018
ormris added a comment.
This is causing issues for our Visual Studio builds. CMake doesn't know which configuration will be used at build time, so we end up with "llvm.srcdir.txt" placed in directory called "$(Configuration)". Any thoughts on a fix?
Repository:
rL LLVM
https://reviews.llvm.org/D51561
More information about the llvm-commits
mailing list