Blame SOURCES/llvm-drop-patch-version-number.patch

d437c1
diff -up a/CMakeLists.txt b/CMakeLists.txt
d437c1
--- a/CMakeLists.txt	2013-10-23 12:54:17.000000000 -0400
d437c1
+++ b/CMakeLists.txt	2013-10-23 16:13:12.643785809 -0400
d437c1
@@ -12,9 +12,8 @@ set(CMAKE_MODULE_PATH
d437c1
 
d437c1
 set(LLVM_VERSION_MAJOR 3)
d437c1
 set(LLVM_VERSION_MINOR 3)
d437c1
-set(LLVM_VERSION_PATCH 1)
d437c1
 
d437c1
-set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}")
d437c1
+set(PACKAGE_VERSION "${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}")
d437c1
 
d437c1
 option(LLVM_USE_FOLDERS "Enable solution folders in Visual Studio. Disable for Express versions." ON)
d437c1
 if ( LLVM_USE_FOLDERS )
d437c1
@@ -488,7 +487,6 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY
d437c1
 set(CPACK_PACKAGE_VENDOR "LLVM")
d437c1
 set(CPACK_PACKAGE_VERSION_MAJOR ${LLVM_VERSION_MAJOR})
d437c1
 set(CPACK_PACKAGE_VERSION_MINOR ${LLVM_VERSION_MINOR})
d437c1
-set(CPACK_PACKAGE_VERSION_MINOR ${LLVM_VERSION_PATCH})
d437c1
 add_version_info_from_vcs(CPACK_PACKAGE_VERSION_PATCH)
d437c1
 include(CPack)
d437c1
 
d437c1
diff -up a/configure b/configure
d437c1
--- a/configure	2013-10-23 16:08:31.497516101 -0400
d437c1
+++ b/configure	2013-10-23 16:15:40.940705106 -0400
d437c1
@@ -1,6 +1,6 @@
d437c1
 #! /bin/sh
d437c1
 # Guess values for system-dependent variables and create Makefiles.
d437c1
-# Generated by GNU Autoconf 2.60 for LLVM 3.3.1.
d437c1
+# Generated by GNU Autoconf 2.60 for LLVM 3.3.
d437c1
 #
d437c1
 # Report bugs to <http://llvm.org/bugs/>.
d437c1
 #
d437c1
@@ -561,8 +561,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
d437c1
 # Identity of this package.
d437c1
 PACKAGE_NAME='LLVM'
d437c1
 PACKAGE_TARNAME='llvm'
d437c1
-PACKAGE_VERSION='3.3.1'
d437c1
-PACKAGE_STRING='LLVM 3.3.1'
d437c1
+PACKAGE_VERSION='3.3'
d437c1
+PACKAGE_STRING='LLVM 3.3'
d437c1
 PACKAGE_BUGREPORT='http://llvm.org/bugs/'
d437c1
 
d437c1
 ac_unique_file="lib/IR/Module.cpp"
d437c1
@@ -1331,7 +1331,7 @@ if test "$ac_init_help" = "long"; then
d437c1
   # Omit some internal or obsolete options to make the list less imposing.
d437c1
   # This message is too long to be a string in the A/UX 3.1 sh.
d437c1
   cat <<_ACEOF
d437c1
-\`configure' configures LLVM 3.3.1 to adapt to many kinds of systems.
d437c1
+\`configure' configures LLVM 3.3 to adapt to many kinds of systems.
d437c1
 
d437c1
 Usage: $0 [OPTION]... [VAR=VALUE]...
d437c1
 
d437c1
@@ -1397,7 +1397,7 @@ fi
d437c1
 
d437c1
 if test -n "$ac_init_help"; then
d437c1
   case $ac_init_help in
d437c1
-     short | recursive ) echo "Configuration of LLVM 3.3.1:";;
d437c1
+     short | recursive ) echo "Configuration of LLVM 3.3:";;
d437c1
    esac
d437c1
   cat <<\_ACEOF
d437c1
 
d437c1
@@ -1559,7 +1559,7 @@ fi
d437c1
 test -n "$ac_init_help" && exit $ac_status
d437c1
 if $ac_init_version; then
d437c1
   cat <<\_ACEOF
d437c1
-LLVM configure 3.3.1
d437c1
+LLVM configure 3.3
d437c1
 generated by GNU Autoconf 2.60
d437c1
 
d437c1
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
d437c1
@@ -1575,7 +1575,7 @@ cat >config.log <<_ACEOF
d437c1
 This file contains any messages produced by compilers while
d437c1
 running configure, to aid debugging if configure makes a mistake.
d437c1
 
d437c1
-It was created by LLVM $as_me 3.3.1, which was
d437c1
+It was created by LLVM $as_me 3.3, which was
d437c1
 generated by GNU Autoconf 2.60.  Invocation command line was
d437c1
 
d437c1
   $ $0 $@
d437c1
@@ -1939,11 +1939,6 @@ cat >>confdefs.h <<\_ACEOF
d437c1
 _ACEOF
d437c1
 
d437c1
 
d437c1
-cat >>confdefs.h <<\_ACEOF
d437c1
-#define LLVM_VERSION_PATCH 1
d437c1
-_ACEOF
d437c1
-
d437c1
-
d437c1
 LLVM_COPYRIGHT="Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign."
d437c1
 
d437c1
 
d437c1
@@ -10540,7 +10535,7 @@ else
d437c1
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
d437c1
   lt_status=$lt_dlunknown
d437c1
   cat > conftest.$ac_ext <
d437c1
-#line 10543 "configure"
d437c1
+#line 10538 "configure"
d437c1
 #include "confdefs.h"
d437c1
 
d437c1
 #if HAVE_DLFCN_H
d437c1
@@ -23041,7 +23036,7 @@ exec 6>&1
d437c1
 # report actual input values of CONFIG_FILES etc. instead of their
d437c1
 # values after options handling.
d437c1
 ac_log="
d437c1
-This file was extended by LLVM $as_me 3.3.1, which was
d437c1
+This file was extended by LLVM $as_me 3.3, which was
d437c1
 generated by GNU Autoconf 2.60.  Invocation command line was
d437c1
 
d437c1
   CONFIG_FILES    = $CONFIG_FILES
d437c1
@@ -23094,7 +23089,7 @@ Report bugs to <bug-autoconf@gnu.org>."
d437c1
 _ACEOF
d437c1
 cat >>$CONFIG_STATUS <<_ACEOF
d437c1
 ac_cs_version="\\
d437c1
-LLVM config.status 3.3.1
d437c1
+LLVM config.status 3.3
d437c1
 configured by $0, generated by GNU Autoconf 2.60,
d437c1
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
d437c1