mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 08:52:42 +00:00
* Patch lldb-hurd.diff removed (applied upstream)
* Directory www/ from tarballs polly & lldb removed
This commit is contained in:
parent
05066f472d
commit
238548860a
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,10 +1,12 @@
|
||||
llvm-toolchain-snapshot (1:3.4~svn190051-1) unstable; urgency=low
|
||||
llvm-toolchain-snapshot (1:3.4~svn190150-1) unstable; urgency=low
|
||||
|
||||
* New snapshot release
|
||||
* Merge changes from the 3.3 branch (see 1:3.3-9)
|
||||
* Remove ia64-fix.diff (applied upstream)
|
||||
* cpp11-migrate renamed to clang-modernize
|
||||
* lldb-3.4 is back to Architectures: any
|
||||
* Patch lldb-hurd.diff removed (applied upstream)
|
||||
* Directory www/ from tarballs polly & lldb removed
|
||||
|
||||
[ Luca Falavigna ]
|
||||
* debian/control:
|
||||
|
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -81,12 +81,14 @@ rm -rf $COMPILER_RT_TARGET
|
||||
# Polly
|
||||
POLLY_TARGET=polly_$MAJOR_VERSION~svn$REVISION
|
||||
$SVN_CMD $(get_svn_url polly $BRANCH) $POLLY_TARGET
|
||||
rm -rf $POLLY_TARGET/www
|
||||
tar jcvf llvm-toolchain-snapshot_$MAJOR_VERSION~svn$REVISION.orig-polly.tar.bz2 $POLLY_TARGET
|
||||
rm -rf $POLLY_TARGET
|
||||
|
||||
# LLDB
|
||||
LLDB_TARGET=lldb_$MAJOR_VERSION~svn$REVISION
|
||||
$SVN_CMD $(get_svn_url lldb $BRANCH) $LLDB_TARGET
|
||||
rm -rf $LLDB_TARGET/www/
|
||||
tar jcvf llvm-toolchain-snapshot_$MAJOR_VERSION~svn$REVISION.orig-lldb.tar.bz2 $LLDB_TARGET
|
||||
rm -rf $LLDB_TARGET
|
||||
|
||||
|
28
debian/patches/lldb-hurd.diff
vendored
28
debian/patches/lldb-hurd.diff
vendored
@ -1,28 +0,0 @@
|
||||
Index: llvm-toolchain-snapshot_3.4~svn190038/lldb/include/lldb/Host/Config.h
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.4~svn190038.orig/lldb/include/lldb/Host/Config.h 2013-09-05 15:33:30.817207780 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn190038/lldb/include/lldb/Host/Config.h 2013-09-05 15:33:30.813207780 +0200
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "lldb/Host/macosx/Config.h"
|
||||
|
||||
-#elif defined(__linux__)
|
||||
+#elif defined(__linux__) || defined(__GNU__)
|
||||
|
||||
#include "lldb/Host/linux/Config.h"
|
||||
|
||||
Index: llvm-toolchain-snapshot_3.4~svn190038/lldb/source/Host/common/Host.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.4~svn190038.orig/lldb/source/Host/common/Host.cpp 2013-09-05 15:33:30.817207780 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn190038/lldb/source/Host/common/Host.cpp 2013-09-05 15:34:09.849206788 +0200
|
||||
@@ -22,8 +22,10 @@
|
||||
#include <grp.h>
|
||||
#include <netdb.h>
|
||||
#include <pwd.h>
|
||||
+#ifndef __GNU__
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
+#endif
|
||||
|
||||
#if defined (__APPLE__)
|
||||
#include <mach/mach_port.h>
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -26,5 +26,4 @@ unwind-chain-inclusion.diff
|
||||
hurd-pathmax.diff
|
||||
use-deb-json.diff
|
||||
libprofile_rt_sparc.patch
|
||||
lldb-hurd.diff
|
||||
libstdc++-header-i386.diff
|
||||
|
Loading…
Reference in New Issue
Block a user