[cfe-commits] r113534 - /cfe/trunk/include/clang/Basic/Makefile

Bill Wendling isanbard at gmail.com
Thu Sep 9 13:27:36 PDT 2010


Author: void
Date: Thu Sep  9 15:27:36 2010
New Revision: 113534

URL: http://llvm.org/viewvc/llvm-project?rev=113534&view=rev
Log:
Remove the 'rc' suffix. It indicates a "release candidate" during LLVM release
qualification.

Modified:
    cfe/trunk/include/clang/Basic/Makefile

Modified: cfe/trunk/include/clang/Basic/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Makefile?rev=113534&r1=113533&r2=113534&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Makefile (original)
+++ cfe/trunk/include/clang/Basic/Makefile Thu Sep  9 15:27:36 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 cfe-commits mailing list