mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 23:19:26 +00:00
Fix a build issue with c++0x and polly
This commit is contained in:
parent
a6362421ee
commit
bf10f23eeb
6
debian/patches/polly-c++0x.diff
vendored
6
debian/patches/polly-c++0x.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-3.2.src/polly/lib/CodeGen/LoopGenerators.cpp
|
Index: llvm-toolchain-3.2-3.2/polly/lib/CodeGen/LoopGenerators.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-3.2.src.orig/polly/lib/CodeGen/LoopGenerators.cpp 2012-11-01 17:45:18.000000000 +0100
|
--- llvm-toolchain-3.2-3.2.orig/polly/lib/CodeGen/LoopGenerators.cpp 2013-01-24 12:31:02.000000000 +0100
|
||||||
+++ llvm-3.2.src/polly/lib/CodeGen/LoopGenerators.cpp 2013-01-24 12:37:56.801142541 +0100
|
+++ llvm-toolchain-3.2-3.2/polly/lib/CodeGen/LoopGenerators.cpp 2013-01-24 12:35:56.000000000 +0100
|
||||||
@@ -226,7 +226,7 @@
|
@@ -226,7 +226,7 @@
|
||||||
for (unsigned i = 0; i < OldValues.size(); i++) {
|
for (unsigned i = 0; i < OldValues.size(); i++) {
|
||||||
Value *Address = Builder.CreateStructGEP(Struct, i);
|
Value *Address = Builder.CreateStructGEP(Struct, i);
|
||||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -27,4 +27,3 @@ scan-build-clang-path.diff
|
|||||||
57-lldb-soname.diff
|
57-lldb-soname.diff
|
||||||
0050-powerpcspe-fp.diff
|
0050-powerpcspe-fp.diff
|
||||||
polly-c++0x.diff
|
polly-c++0x.diff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user