[llvm-branch-commits] [cfe-branch] r108497 - /cfe/branches/Apple/whitney-IB/ClangBNI.mk

Daniel Dunbar daniel at zuster.org
Thu Jul 15 19:01:54 PDT 2010


Author: ddunbar
Date: Thu Jul 15 21:01:54 2010
New Revision: 108497

URL: http://llvm.org/viewvc/llvm-project?rev=108497&view=rev
Log:
Offset the libLTO version when built from Clang, so the version numbers don't collide with those from llvm-gcc.

Modified:
    cfe/branches/Apple/whitney-IB/ClangBNI.mk

Modified: cfe/branches/Apple/whitney-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/ClangBNI.mk?rev=108497&r1=108496&r2=108497&view=diff
==============================================================================
--- cfe/branches/Apple/whitney-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/whitney-IB/ClangBNI.mk Thu Jul 15 21:01:54 2010
@@ -174,6 +174,10 @@
 endif
 endif
 
+# When building libLTO as part of Clang, we need to offset the version to keep
+# the sequencing monotonic.
+Clang_Make_Variables += LLVM_LTO_VERSION_OFFSET=3000
+
 # Set configure flags.
 Configure_Flags = --enable-targets=$(LLVM_Backends) \
 		  --enable-optimized \





More information about the llvm-branch-commits mailing list