mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 09:48:09 +00:00

* sync from 1:3.5~+rc4-2~exp1 * libclang-3.6.so should be used instead libclang.so. Update the soname to match the new lib name (Closes: #759538) * Rename liblldb.so to liblldb-3.6.so + update of the soname. * python-clang-3.6 description updated * liblldb-3.6 and python-lldb-3.6 added * lldb-3.6-dev renamed to liblldb-3.6-dev to match the previous changes * Manpages for llvm-ranlib, clang-apply-replacements, pp-trace and clang-tidy added * clang-3.6 should depends on binutils (for ld, at least) (Closes: #751030) * clang/www/analyzer/scripts/dbtree.js removed
53 lines
2.0 KiB
Diff
53 lines
2.0 KiB
Diff
Index: llvm-toolchain-snapshot_3.6~svn216901/autoconf/configure.ac
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.6~svn216901.orig/autoconf/configure.ac
|
|
+++ llvm-toolchain-snapshot_3.6~svn216901/autoconf/configure.ac
|
|
@@ -32,12 +32,12 @@ dnl===----------------------------------
|
|
dnl Initialize autoconf and define the package name, version number and
|
|
dnl address for reporting bugs.
|
|
|
|
-AC_INIT([LLVM],[3.6.0svn],[http://llvm.org/bugs/])
|
|
+AC_INIT([LLVM],[3.6.0],[http://llvm.org/bugs/])
|
|
|
|
LLVM_VERSION_MAJOR=3
|
|
LLVM_VERSION_MINOR=6
|
|
LLVM_VERSION_PATCH=0
|
|
-LLVM_VERSION_SUFFIX=svn
|
|
+LLVM_VERSION_SUFFIX=
|
|
|
|
AC_DEFINE_UNQUOTED([LLVM_VERSION_MAJOR], $LLVM_VERSION_MAJOR, [Major version of the LLVM API])
|
|
AC_DEFINE_UNQUOTED([LLVM_VERSION_MINOR], $LLVM_VERSION_MINOR, [Minor version of the LLVM API])
|
|
Index: llvm-toolchain-snapshot_3.6~svn216901/configure
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.6~svn216901.orig/configure
|
|
+++ llvm-toolchain-snapshot_3.6~svn216901/configure
|
|
@@ -561,8 +561,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|
# Identity of this package.
|
|
PACKAGE_NAME='LLVM'
|
|
PACKAGE_TARNAME='llvm'
|
|
-PACKAGE_VERSION='3.6.0svn'
|
|
-PACKAGE_STRING='LLVM 3.6.0svn'
|
|
+PACKAGE_VERSION='3.6.0'
|
|
+PACKAGE_STRING='LLVM 3.6.0'
|
|
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
|
|
|
|
ac_unique_file="lib/IR/Module.cpp"
|
|
@@ -1316,7 +1316,7 @@ if test "$ac_init_help" = "long"; then
|
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
cat <<_ACEOF
|
|
-\`configure' configures LLVM 3.6.0svn to adapt to many kinds of systems.
|
|
+\`configure' configures LLVM 3.6.0 to adapt to many kinds of systems.
|
|
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
|
|
@@ -1926,7 +1926,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
LLVM_VERSION_MAJOR=3
|
|
LLVM_VERSION_MINOR=6
|
|
LLVM_VERSION_PATCH=0
|
|
-LLVM_VERSION_SUFFIX=svn
|
|
+LLVM_VERSION_SUFFIX=
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|