[llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTS

We need this to make builds with `-DBUILD_SHARED_LIBS=ON` work.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Heejin Ahn 2018-09-25 08:25:29 +00:00
parent a744f27f85
commit 049a285c58

View File

@ -1,5 +1,5 @@
set(LLVM_LINK_COMPONENTS
MCParser
Support
native
)