summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-07-03 03:52:47 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-07-03 03:52:47 +0000
commit2373c99433b634b8cf9c4deb28d68d1be255a564 (patch)
tree14674fa664e00f7e1cbb89eb246b0a9095844591 /Makefile.config.in
parent895f32c212032e546c743bf0a815044981521160 (diff)
downloadllvm-2373c99433b634b8cf9c4deb28d68d1be255a564.tar.gz
llvm-2373c99433b634b8cf9c4deb28d68d1be255a564.tar.bz2
llvm-2373c99433b634b8cf9c4deb28d68d1be255a564.tar.xz
Add --enable-llvmc-dynamic configure option.
Controls whether libCompilerDriver should be loaded dynamically. By default this is needed only on Win32, to make dynamic plugins work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74759 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 44d7416e4f..e715902814 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -297,3 +297,9 @@ endif
# Location of the plugin header file for gold.
BINUTILS_INCDIR := @BINUTILS_INCDIR@
+
+# When ENABLE_LLVMC_DYNAMIC is enabled, LLVMC will link libCompilerDriver
+# dynamically. This is needed to make dynamic plugins work on some targets
+# (Windows).
+ENABLE_LLVMC_DYNAMIC = 0
+#@ENABLE_LLVMC_DYNAMIC@