[llvm-branch-commits] [cfe-branch] r113532 - /cfe/branches/release_28/include/clang/Basic/Makefile
Bill Wendling
isanbard at gmail.com
Thu Sep 9 13:15:24 PDT 2010
Author: void
Date: Thu Sep 9 15:15:24 2010
New Revision: 113532
URL: http://llvm.org/viewvc/llvm-project?rev=113532&view=rev
Log:
Also remove the 'rc' suffix from a release candidate.
Modified:
cfe/branches/release_28/include/clang/Basic/Makefile
Modified: cfe/branches/release_28/include/clang/Basic/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_28/include/clang/Basic/Makefile?rev=113532&r1=113531&r2=113532&view=diff
==============================================================================
--- cfe/branches/release_28/include/clang/Basic/Makefile (original)
+++ cfe/branches/release_28/include/clang/Basic/Makefile Thu Sep 9 15:15:24 2010
@@ -16,6 +16,7 @@
# Compute the Clang version from the LLVM version, unless specified explicitly.
ifndef CLANG_VERSION
CLANG_VERSION := $(subst svn,,$(LLVMVersion))
+CLANG_VERSION := $(subst rc,,$(CLANG_VERSION))
endif
CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
More information about the llvm-branch-commits
mailing list