summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwbrana <wbrana@gmail.com>2015-06-28 16:56:01 +0200
committerwbrana <wbrana@gmail.com>2015-06-28 16:56:01 +0200
commit3a735fb302b69eafe8cddfd8c086310b077b1112 (patch)
treecc0c520d391d402285d4936ddc17233733e2b8cd /sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch
parentadd layout.conf (diff)
downloadwbrana-master.tar.gz
wbrana-master.tar.bz2
wbrana-master.zip
remove oldHEADmaster
Diffstat (limited to 'sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch')
-rw-r--r--sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch b/sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch
deleted file mode 100644
index a03ec42..0000000
--- a/sys-devel/llvm/files/llvm-3.1-ivybridge_support.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- llvm/trunk/lib/Support/Host.cpp 2012/04/23 22:22:46 155401
-+++ llvm/trunk/lib/Support/Host.cpp 2012/04/23 22:41:39 155402
-@@ -230,6 +230,10 @@
- case 45:
- return "corei7-avx";
-
-+ // Ivy Bridge:
-+ case 58:
-+ return "core-avx-i";
-+
- case 28: // Intel Atom processor. All processors are manufactured using
- // the 45 nm process
- return "atom";