[all-commits] [llvm/llvm-project] c8b629: [Polly] Reuse LLVM's build rules for gtest/gmock
Michał Górny via All-commits
all-commits at lists.llvm.org
Sun Aug 9 03:53:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8b629a3a5854506dd25e84f9b4174b53f8f667b
https://github.com/llvm/llvm-project/commit/c8b629a3a5854506dd25e84f9b4174b53f8f667b
Author: Michał Górny <mgorny at gentoo.org>
Date: 2020-08-09 (Sun, 09 Aug 2020)
Changed paths:
M polly/CMakeLists.txt
Log Message:
-----------
[Polly] Reuse LLVM's build rules for gtest/gmock
Reuse LLVM's CMakeLists.txt for gtest/gmock instead of reinventing
them in Polly. This fixes a lot of linking errors due to not linking
LLVMSupport in for me.
Differential Revision: https://reviews.llvm.org/D85280
More information about the All-commits
mailing list