[all-commits] [llvm/llvm-project] cdbc86: [Polly] Don't redundantly link libPolly into unitt...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Tue Aug 24 01:08:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdbc86dd225063beb9fc8f6ba1f09afc18435331
https://github.com/llvm/llvm-project/commit/cdbc86dd225063beb9fc8f6ba1f09afc18435331
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M polly/unittests/CMakeLists.txt
Log Message:
-----------
[Polly] Don't redundantly link libPolly into unittests.
With LLVM_LINK_LLVM_DYLIB and LLVM_POLLY_LINK_INTO_TOOLS, Polly is
already linked into libLLVM.so, linking libPolly.a as well into
unittests results in duplicate command line registration errors.
More information about the All-commits
mailing list