[all-commits] [llvm/llvm-project] 350755: [llvm] Include utils/unittest before projects and ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Aug 15 09:54:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 350755d94d6b865bd9968bd02713bd71eaedc598
https://github.com/llvm/llvm-project/commit/350755d94d6b865bd9968bd02713bd71eaedc598
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
[llvm] Include utils/unittest before projects and runtimes
Include utils/unittest before projects and runtimes so that downstream
projects can check for the existence of the llvm_gtest target. This is
motivated by 9c6c4d675bd1 which fixes the stand-alone build
configuration where LLVM_MAIN_SRC_DIR does not exist.
Differential revision: https://reviews.llvm.org/D124314
More information about the All-commits
mailing list