diff options
author | Martin Storsjö <martin@martin.st> | 2022-03-25 21:22:34 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-03-25 21:22:46 +0200 |
commit | 9a3eeae3218f0f8a082d8aabdf4f26e30a86170d (patch) | |
tree | 4237c4989f9e082955cc8295304a6a15af1db050 /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp | |
parent | 57ee624d7946b4d42890709287eb71d4eb1fa2fa (diff) | |
download | llvm-9a3eeae3218f0f8a082d8aabdf4f26e30a86170d.zip llvm-9a3eeae3218f0f8a082d8aabdf4f26e30a86170d.tar.gz llvm-9a3eeae3218f0f8a082d8aabdf4f26e30a86170d.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions