[llvm] 15a68fe - Fix shared build.
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 29 21:46:39 PDT 2020
Author: Michael Liao
Date: 2020-10-30T00:46:23-04:00
New Revision: 15a68fed111f67293f56e47904dc82d661c9e4d8
URL: https://github.com/llvm/llvm-project/commit/15a68fed111f67293f56e47904dc82d661c9e4d8
DIFF: https://github.com/llvm/llvm-project/commit/15a68fed111f67293f56e47904dc82d661c9e4d8.diff
LOG: Fix shared build.
Added:
Modified:
llvm/tools/llvm-libtool-darwin/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/tools/llvm-libtool-darwin/CMakeLists.txt b/llvm/tools/llvm-libtool-darwin/CMakeLists.txt
index 8e2421f1f3bf..65495ce9d533 100644
--- a/llvm/tools/llvm-libtool-darwin/CMakeLists.txt
+++ b/llvm/tools/llvm-libtool-darwin/CMakeLists.txt
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
BinaryFormat
+ Core
Object
Support
TextAPI
More information about the llvm-commits
mailing list