[PATCH] D81002: Fix individual tests with lit when building out of tree
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 10:58:23 PDT 2020
CarolineConcatto added a comment.
It looks like that for in tree the lit needs to be like this:
add_lit_testsuites(FLANG ${CMAKE_CURRENT_SOURCE_DIR}
and out of tree like this:
add_lit_testsuites(FLANG ${CMAKE_CURRENT_BINARY_DIR}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81002/new/
https://reviews.llvm.org/D81002
More information about the llvm-commits
mailing list