[arch-commits] Commit in ponyc/trunk (llvm6.patch)

Felix Yan felixonmars at archlinux.org
Fri May 25 17:26:32 UTC 2018


    Date: Friday, May 25, 2018 @ 17:26:31
  Author: felixonmars
Revision: 329458

remove old patch

Deleted:
  ponyc/trunk/llvm6.patch

-------------+
 llvm6.patch |   15 ---------------
 1 file changed, 15 deletions(-)

Deleted: llvm6.patch
===================================================================
--- llvm6.patch	2018-05-25 17:26:19 UTC (rev 329457)
+++ llvm6.patch	2018-05-25 17:26:31 UTC (rev 329458)
@@ -1,15 +0,0 @@
-diff -upr ponyc-0.21.3.orig/src/libponyc/codegen/host.cc ponyc-0.21.3/src/libponyc/codegen/host.cc
---- ponyc-0.21.3.orig/src/libponyc/codegen/host.cc	2018-01-14 18:46:16.000000000 +0200
-+++ ponyc-0.21.3/src/libponyc/codegen/host.cc	2018-03-19 02:30:12.452611178 +0200
-@@ -79,7 +79,11 @@ char* LLVMGetHostCPUFeatures()
- 
- void LLVMSetUnsafeAlgebra(LLVMValueRef inst)
- {
-+#if PONY_LLVM >= 600
-+  unwrap<Instruction>(inst)->setFast(true);
-+#else
-   unwrap<Instruction>(inst)->setHasUnsafeAlgebra(true);
-+#endif
- }
- 
- void LLVMSetNoUnsignedWrap(LLVMValueRef inst)



More information about the arch-commits mailing list