[all-commits] [llvm/llvm-project] 6b471b: [mlir] [test] Fix unittests in standalone builds (...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Dec 24 23:13:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b471b30d7dbce589af16b39f9eb960195a8cd02
https://github.com/llvm/llvm-project/commit/6b471b30d7dbce589af16b39f9eb960195a8cd02
Author: Michał Górny <mgorny at gentoo.org>
Date: 2024-12-25 (Wed, 25 Dec 2024)
Changed paths:
M mlir/CMakeLists.txt
Log Message:
-----------
[mlir] [test] Fix unittests in standalone builds (#120910)
Fix the logic used to run unit tests to account for `llvm_gtest` targets
being installed, since 91b3ca39667b6341a8c1983a1467fae14b58318b. This
involves removing a rule that would cause a duplicate `llvm_gtest`
target being created, and updates the method for determining whether
unittests can be run to checking whether the target is present, rather
than the source directory (that is no longer actually necessary).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list