Revert of 214418:
[oota-llvm.git] / tools / llvm-shlib / Makefile
index 4e656b438c3d6eacf30cac506bd4ca491f126c06..19077a3858a6a5cb7aa0342faaa392c118f219f2 100644 (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)