forked from OSchip/llvm-project
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:
parent
4dd55167ab
commit
2a3173287f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue