[llvm-exegesis] Add missing MC dependency to CMakeLists.txt
authorSam Clegg <sbc@chromium.org>
Thu, 13 Sep 2018 21:17:16 +0000 (21:17 +0000)
committerSam Clegg <sbc@chromium.org>
Thu, 13 Sep 2018 21:17:16 +0000 (21:17 +0000)
See rL342148

This probably only shows up in BUILD_SHARED_LIBS=ON builds
which might explain how it crept in.

Differential Revision: https://reviews.llvm.org/D52054

llvm-svn: 342180

llvm/tools/llvm-exegesis/CMakeLists.txt

index 0ccb944..8f9b40d 100644 (file)
@@ -1,5 +1,6 @@
 
 set(LLVM_LINK_COMPONENTS
+  MC
   Support
   native
   )