[all-commits] [llvm/llvm-project] 9a3eea: [clang-tidy] Fix the condition for building CTTest...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Mar 25 12:23:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a3eeae3218f0f8a082d8aabdf4f26e30a86170d
https://github.com/llvm/llvm-project/commit/9a3eeae3218f0f8a082d8aabdf4f26e30a86170d
Author: Martin Storsjö <martin at martin.st>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M clang-tools-extra/test/CMakeLists.txt
Log Message:
-----------
[clang-tidy] Fix the condition for building CTTestTidyModule
This is the correct intended condition; the problematic case where
we don't want to try to build the plugin is "WIN32 AND LLVM_LINK_LLVM_DYLIB"
and thus the negation is "NOT WIN32 OR NOT LLVM_LINK_LLVM_DYLIB".
Differential Revision: https://reviews.llvm.org/D121687
More information about the All-commits
mailing list