[llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTS
authorHeejin Ahn <aheejin@gmail.com>
Tue, 25 Sep 2018 08:25:29 +0000 (08:25 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Tue, 25 Sep 2018 08:25:29 +0000 (08:25 +0000)
We need this to make builds with `-DBUILD_SHARED_LIBS=ON` work.

llvm-svn: 342952

llvm/tools/llvm-exegesis/CMakeLists.txt

index 65b1ada..a59e1b7 100644 (file)
@@ -1,5 +1,5 @@
-
 set(LLVM_LINK_COMPONENTS
+  MCParser
   Support
   native
   )