[llvm-commits] [llvm] r135538 - /llvm/trunk/runtime/libprofile/Makefile

Bill Wendling isanbard at gmail.com
Tue Jul 19 16:33:42 PDT 2011


Author: void
Date: Tue Jul 19 18:33:42 2011
New Revision: 135538

URL: http://llvm.org/viewvc/llvm-project?rev=135538&view=rev
Log:
Build and install the archive when building the Apple way.

Modified:
    llvm/trunk/runtime/libprofile/Makefile

Modified: llvm/trunk/runtime/libprofile/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/libprofile/Makefile?rev=135538&r1=135537&r2=135538&view=diff
==============================================================================
--- llvm/trunk/runtime/libprofile/Makefile (original)
+++ llvm/trunk/runtime/libprofile/Makefile Tue Jul 19 18:33:42 2011
@@ -19,6 +19,10 @@
 EXTRA_DIST = libprofile.exports
 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
 
+# Build and install this archive.                                                                                                                  
+BUILD_ARCHIVE = 1
+override NO_INSTALL_ARCHIVES =
+
 include $(LEVEL)/Makefile.common
 
 ifeq ($(HOST_OS),Darwin)





More information about the llvm-commits mailing list