Revert the previous commit. It seems it didn't

really solve the problem.  Also it changed the
name from libLLVMgold to LLVMgold (correcting
the name resulted in the original problem
suddenly reappearing).

llvm-svn: 63861
This commit is contained in:
Duncan Sands 2009-02-05 10:21:34 +00:00
parent 4dd55167ab
commit 2a3173287f
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@ LIBRARYNAME = LLVMgold
# early so we can set up LINK_COMPONENTS before including Makefile.rules
include $(LEVEL)/Makefile.config
LOADABLE_MODULE = 1
LINK_LIBS_IN_SHARED=1
SHARED_LIBRARY = 1
BUILD_ARCHIVE = 0
DONT_BUILD_RELINKED = 1
LINK_COMPONENTS :=
include $(LEVEL)/Makefile.common