]> granicus.if.org Git - clang/commitdiff
Remove the 'rc' suffix. It indicates a "release candidate" during LLVM release
authorBill Wendling <isanbard@gmail.com>
Thu, 9 Sep 2010 20:27:36 +0000 (20:27 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 9 Sep 2010 20:27:36 +0000 (20:27 +0000)
qualification.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113534 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Makefile

index 7db3e2982af4f7e0a8a670ca6fcad5f133df8062..bc64f6aab5557ee07f1b07765e54e5acbe73ef71 100644 (file)
@@ -16,6 +16,7 @@ INPUT_TDS = $(wildcard $(PROJ_SRC_DIR)/Diagnostic*.td)
 # 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))