aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-09-09 20:27:36 +0000
committerBill Wendling <isanbard@gmail.com>2010-09-09 20:27:36 +0000
commit461ed44afac0aa56810e9f870d51692ee4ab235b (patch)
tree141052c63e11e7745f2b198956bf860a023eb37f
parent61f52bd3c524268e25b48a1ed3730aedd6cc8374 (diff)
Remove the 'rc' suffix. It indicates a "release candidate" during LLVM release
qualification. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113534 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Basic/Makefile b/include/clang/Basic/Makefile
index 7db3e2982a..bc64f6aab5 100644
--- a/include/clang/Basic/Makefile
+++ b/include/clang/Basic/Makefile
@@ -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))