1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTS

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

llvm-svn: 342952
This commit is contained in:
Heejin Ahn 2018-09-25 08:25:29 +00:00
parent cd25254f64
commit b7573e319d

View File

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