mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 07:38:00 +00:00
Package of the testing release (3.3 rc2)
This commit is contained in:
parent
a243703989
commit
14a30e2718
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,6 +1,6 @@
|
|||||||
llvm-toolchain-3.3 (1:3.3~svn179851-1~exp1) experimental; urgency=low
|
llvm-toolchain-3.3 (1:3.3~0rc2-1~exp1) experimental; urgency=low
|
||||||
|
|
||||||
* Draft of a snapshot release (3.3)
|
* Package of the testing release (3.3 rc2)
|
||||||
* Enable r600 experimental backend
|
* Enable r600 experimental backend
|
||||||
* Improve the dependencies:
|
* Improve the dependencies:
|
||||||
* clang-3.3 depends on the exact same libllvm3.3 release
|
* clang-3.3 depends on the exact same libllvm3.3 release
|
||||||
|
@ -12,11 +12,11 @@ This reverts commit 60b35f408bc3194e7ea4e96367c0b42dc5e7f850.
|
|||||||
test/DebugInfo/X86/ending-run.ll | 6 ++----
|
test/DebugInfo/X86/ending-run.ll | 6 ++----
|
||||||
2 files changed, 4 insertions(+), 9 deletions(-)
|
2 files changed, 4 insertions(+), 9 deletions(-)
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.3~svn181457/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
|
Index: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.3~svn181457.orig/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-05-08 08:01:41.000000000 +0200
|
--- llvm.orig/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-05-21 03:03:46.000000000 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.3~svn181457/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-05-08 20:26:03.000000000 +0200
|
+++ llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-05-27 12:03:01.000000000 +0200
|
||||||
@@ -1319,15 +1319,12 @@
|
@@ -1316,15 +1316,12 @@
|
||||||
if (!MI->isDebugValue()) {
|
if (!MI->isDebugValue()) {
|
||||||
DebugLoc DL = MI->getDebugLoc();
|
DebugLoc DL = MI->getDebugLoc();
|
||||||
if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) {
|
if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) {
|
||||||
@ -33,10 +33,10 @@ Index: llvm-toolchain-snapshot_3.3~svn181457/lib/CodeGen/AsmPrinter/DwarfDebug.c
|
|||||||
if (!DL.isUnknown()) {
|
if (!DL.isUnknown()) {
|
||||||
const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext());
|
const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext());
|
||||||
recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags);
|
recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags);
|
||||||
Index: llvm-toolchain-snapshot_3.3~svn181457/test/DebugInfo/X86/ending-run.ll
|
Index: llvm/test/DebugInfo/X86/ending-run.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.3~svn181457.orig/test/DebugInfo/X86/ending-run.ll 2013-04-22 08:12:31.000000000 +0200
|
--- llvm.orig/test/DebugInfo/X86/ending-run.ll 2013-04-22 08:12:31.000000000 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.3~svn181457/test/DebugInfo/X86/ending-run.ll 2013-05-08 20:26:03.000000000 +0200
|
+++ llvm/test/DebugInfo/X86/ending-run.ll 2013-05-27 12:03:01.000000000 +0200
|
||||||
@@ -1,11 +1,9 @@
|
@@ -1,11 +1,9 @@
|
||||||
; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
|
; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
|
||||||
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
|
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
|
||||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -12,7 +12,6 @@ profile_rt.diff
|
|||||||
0023-link-libopagent.patch
|
0023-link-libopagent.patch
|
||||||
0044-soname.diff
|
0044-soname.diff
|
||||||
0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
|
0046-Revert-Patch-to-set-is_stmt-a-little-better-for-prol.patch
|
||||||
0047-version-name.diff
|
|
||||||
scan-build-clang-path.diff
|
scan-build-clang-path.diff
|
||||||
0050-powerpcspe-fp.diff
|
0050-powerpcspe-fp.diff
|
||||||
declare_clear_cache.diff
|
declare_clear_cache.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user