summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2018-09-25 08:25:29 +0000
committerHeejin Ahn <aheejin@gmail.com>2018-09-25 08:25:29 +0000
commit764f349d95fab320c7bcc6b52ce4e54f9c5a5ab7 (patch)
tree9582304b29e457ac9571cb6ac1a9cf086e73b383 /llvm
parent25b689ee11e47b7a0c5146b824cd682bec298195 (diff)
downloadbcm5719-llvm-764f349d95fab320c7bcc6b52ce4e54f9c5a5ab7.tar.gz
bcm5719-llvm-764f349d95fab320c7bcc6b52ce4e54f9c5a5ab7.zip
[llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTS
We need this to make builds with `-DBUILD_SHARED_LIBS=ON` work. llvm-svn: 342952
Diffstat (limited to 'llvm')
-rw-r--r--llvm/tools/llvm-exegesis/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-exegesis/CMakeLists.txt b/llvm/tools/llvm-exegesis/CMakeLists.txt
index 65b1ada8529..a59e1b74024 100644
--- a/llvm/tools/llvm-exegesis/CMakeLists.txt
+++ b/llvm/tools/llvm-exegesis/CMakeLists.txt
@@ -1,5 +1,5 @@
-
set(LLVM_LINK_COMPONENTS
+ MCParser
Support
native
)
OpenPOWER on IntegriCloud