[all-commits] [llvm/llvm-project] 5282a6: [Attributor] Fix build of unittest with DBUILD_SHA...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue Jul 14 21:06:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5282a6186cfb1405756811815a0187c84881baee
https://github.com/llvm/llvm-project/commit/5282a6186cfb1405756811815a0187c84881baee
Author: Alex Bradbury <asb at lowrisc.org>
Date: 2020-07-15 (Wed, 15 Jul 2020)
Changed paths:
M llvm/unittests/Transforms/IPO/CMakeLists.txt
Log Message:
-----------
[Attributor] Fix build of unittest with DBUILD_SHARED_LIBS=True
The dependencies in llvm/unittests/Transforms/IPO/CMakeLists.txt
introduced in revision 0750757e were incomplete, leading to link errors
for a DBUILD_SHARED_LIBS=True build.
More information about the All-commits
mailing list