summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/julia-0.3.10-fix-empty-array.patch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-01-13 17:50:17 +0100
committerLudovic Courtès <ludo@gnu.org>2016-01-13 18:18:48 +0100
commit8c986ab12034d67db836a881f57c69754d8073ae (patch)
treebf5183011119695ac549d4cfff4dc2175e659397 /gnu/packages/patches/julia-0.3.10-fix-empty-array.patch
parent203795aceaabec0e0e5818e1650ad407d825d1b3 (diff)
parent7a2eed3aac1ecd0bdf293e33a234fad58f2e5f9e (diff)
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/patches/julia-0.3.10-fix-empty-array.patch')
-rw-r--r--gnu/packages/patches/julia-0.3.10-fix-empty-array.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/patches/julia-0.3.10-fix-empty-array.patch b/gnu/packages/patches/julia-0.3.10-fix-empty-array.patch
deleted file mode 100644
index b00f6549e3..0000000000
--- a/gnu/packages/patches/julia-0.3.10-fix-empty-array.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-See https://github.com/JuliaLang/julia/issues/11817
-
---- a/src/codegen.cpp 2015-06-24 12:44:31.218674066 +0200
-+++ b/src/codegen.cpp 2015-04-23 11:19:50.000000000 +0200
-@@ -4551,7 +4551,7 @@
- #ifdef V128_BUG
- "-avx",
- #endif
-- };
-+ ""};
- SmallVector<std::string, 4> MAttrs(mattr, mattr+sizeof(mattr)/sizeof(mattr[0]));
- EngineBuilder eb = EngineBuilder(engine_module)
- .setEngineKind(EngineKind::JIT)