[llvm-commits] [llvm] r101793 - /llvm/trunk/Makefile.rules
Dan Gohman
gohman at apple.com
Mon Apr 19 11:11:02 PDT 2010
Author: djg
Date: Mon Apr 19 13:11:02 2010
New Revision: 101793
URL: http://llvm.org/viewvc/llvm-project?rev=101793&view=rev
Log:
Remove -module, which appears to be a leftover from prior libtool usage.
Modified:
llvm/trunk/Makefile.rules
Modified: llvm/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.rules?rev=101793&r1=101792&r2=101793&view=diff
==============================================================================
--- llvm/trunk/Makefile.rules (original)
+++ llvm/trunk/Makefile.rules Mon Apr 19 13:11:02 2010
@@ -581,13 +581,6 @@
endif
endif
-# Adjust LD.Flags depending on the kind of library that is to be built. Note
-# that if LOADABLE_MODULE is specified then the resulting shared library can
-# be opened with dlopen.
-ifdef LOADABLE_MODULE
- LD.Flags += -module
-endif
-
ifdef SHARED_LIBRARY
ifneq ($(DARWIN_MAJVERS),4)
LD.Flags += $(RPATH) -Wl,$(LibDir)
More information about the llvm-commits
mailing list