http://llvm.org/bugs/show_bug.cgi?id=8120
Bill Wendling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Bill Wendling <[email protected]> 2010-09-09 15:15:59 CDT --- Fixed in the branch as r113532. Here's the patch to apply to tools/clang: Index: include/clang/Basic/Makefile =================================================================== --- include/clang/Basic/Makefile (revision 113530) +++ include/clang/Basic/Makefile (working copy) @@ -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)) -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
