[LLVMbugs] [Bug 8120] 2.8 branch fails to compile

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 9 13:15:59 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=8120

Bill Wendling <wendling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Bill Wendling <wendling at apple.com> 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.



More information about the llvm-bugs mailing list