[PATCH] D131861: [llvm] Include utils/unittest before projects and runtimes
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 08:47:53 PDT 2022
JDevlieghere added inline comments.
================
Comment at: llvm/CMakeLists.txt:1144
add_subdirectory(utils/split-file)
+ if( LLVM_INCLUDE_UTILS )
+ add_subdirectory(utils/unittest)
----------------
mgorny wrote:
> I think you meant `LLVM_INCLUDE_TESTS`.
Indeed I did.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131861/new/
https://reviews.llvm.org/D131861
More information about the llvm-commits
mailing list