Don't install the libLLVMHello.dylib example.
authorBill Wendling <isanbard@gmail.com>
Fri, 10 Apr 2009 18:48:38 +0000 (18:48 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 10 Apr 2009 18:48:38 +0000 (18:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68807 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules
utils/buildit/build_llvm

index ba599294ac66027bba7e75463a0fa388f9bf7820..e6c266af7f408a4e0c773aa7f55df15e7d306d1f 100644 (file)
@@ -439,7 +439,6 @@ ifeq ($(OS),Darwin)
   DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.([0-9]).*/\1/')
 
   SharedLinkOptions=-Wl,-flat_namespace -Wl,-undefined -Wl,suppress \
-                    -compatibility_version 1 -current_version 1 \
                     -dynamiclib -mmacosx-version-min=$(DARWIN_VERSION)
   TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION)
 else
index d11c7f89045a15eed54db65024851f810c65a2a3..450bfeaacf9eb1c92d9eac438d53557605d2f131 100755 (executable)
@@ -207,6 +207,9 @@ mv lib/libLTO.dylib $DT_HOME/lib/libLTO.dylib
 strip -S $DT_HOME/lib/libLTO.dylib
 rm -f lib/libLTO.a lib/libLTO.la
 
+# The Hello dylib is an example of how to build a pass. No need to install it.
+rm lib/libLLVMHello.dylib
+
 # Compress manpages
 MDIR=$DEST_DIR$DEST_ROOT/share/man/man1
 gzip -f $MDIR/*