We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c343b4c commit 077a898Copy full SHA for 077a898
clang/include/clang/Basic/Makefile
@@ -16,6 +16,7 @@ INPUT_TDS = $(wildcard $(PROJ_SRC_DIR)/Diagnostic*.td)
16
# Compute the Clang version from the LLVM version, unless specified explicitly.
17
ifndef CLANG_VERSION
18
CLANG_VERSION := $(subst svn,,$(LLVMVersion))
19
+CLANG_VERSION := $(subst rc,,$(CLANG_VERSION))
20
endif
21
22
CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION))
0 commit comments