[PATCH] D52054: Add missing MC dependency to llvm-exegesis/CMakeLists.txt
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 13 13:03:18 PDT 2018
sbc100 created this revision.
Herald added subscribers: llvm-commits, courbet, tschuett, aheejin, mgorny.
sbc100 added a reviewer: DiamondLovesYou.
See https://reviews.llvm.org/rL342148
This probably only shows up in BUILD_SHARED_LIBS=ON builds
which might explain how it crept in.
Repository:
rL LLVM
https://reviews.llvm.org/D52054
Files:
tools/llvm-exegesis/CMakeLists.txt
Index: tools/llvm-exegesis/CMakeLists.txt
===================================================================
--- tools/llvm-exegesis/CMakeLists.txt
+++ tools/llvm-exegesis/CMakeLists.txt
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
+ MC
Support
native
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52054.165362.patch
Type: text/x-patch
Size: 264 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180913/8f9315f0/attachment.bin>
More information about the llvm-commits
mailing list