Skip to content

Commit 077a898

Browse files
committed
Also remove the 'rc' suffix from a release candidate.
llvm-svn: 113532
1 parent c343b4c commit 077a898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ INPUT_TDS = $(wildcard $(PROJ_SRC_DIR)/Diagnostic*.td)
1616
# Compute the Clang version from the LLVM version, unless specified explicitly.
1717
ifndef CLANG_VERSION
1818
CLANG_VERSION := $(subst svn,,$(LLVMVersion))
19+
CLANG_VERSION := $(subst rc,,$(CLANG_VERSION))
1920
endif
2021

2122
CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))

0 commit comments

Comments
 (0)