Revert of 214418:

"Create a default symver on Linux like ELF OSes."

Fails the build under Debian with ld.gold:
/usr/bin/ld.gold: --default-symver: unknown option

llvm-svn: 214482
This commit is contained in:
Sylvestre Ledru 2014-08-01 06:16:03 +00:00
parent b6d0d6b263
commit 2eadfd6da8
1 changed files with 0 additions and 5 deletions

View File

@ -69,11 +69,6 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD))
LLVMLibsOptions += -Wl,--no-undefined
endif
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD))
# Define a default symbol version
LLVMLibsOptions += -Wl,--default-symver
endif
ifeq ($(HOST_OS),SunOS)
# add -z allextract ahead of other libraries on Solaris
LLVMLibsOptions := -Wl,-z -Wl,allextract $(LLVMLibsOptions)