forked from numba/llvmlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request numba#404 from stuartarchibald/wip/llvm7"
- Loading branch information
1 parent
7f0aafa
commit 9c48461
Showing
14 changed files
with
895 additions
and
1,988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
conda-recipes/0001-Transforms-Add-missing-header-for-InstructionCombini.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
From 7c9054610e354340f9474dcd13a927f929912d1d Mon Sep 17 00:00:00 2001 | ||
From: Eugene Zelenko <[email protected]> | ||
Date: Tue, 6 Mar 2018 23:06:13 +0000 | ||
Subject: [PATCH] [Transforms] Add missing header for InstructionCombining.cpp, | ||
in order to export LLVMInitializeInstCombine as extern "C". Fixes PR35947. | ||
|
||
Patch by Brenton Bostick. | ||
|
||
Differential revision: https://reviews.llvm.org/D44140 | ||
|
||
|
||
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326843 91177308-0d34-0410-b5e6-96231b3b80d8 | ||
--- | ||
lib/Transforms/InstCombine/InstructionCombining.cpp | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/lib/Transforms/InstCombine/InstructionCombining.cpp b/lib/Transforms/InstCombine/InstructionCombining.cpp | ||
index a3b2fe9..7ec7343 100644 | ||
--- a/lib/Transforms/InstCombine/InstructionCombining.cpp | ||
+++ b/lib/Transforms/InstCombine/InstructionCombining.cpp | ||
@@ -34,6 +34,7 @@ | ||
//===----------------------------------------------------------------------===// | ||
|
||
#include "InstCombineInternal.h" | ||
+#include "llvm-c/Initialization.h" | ||
#include "llvm/ADT/APInt.h" | ||
#include "llvm/ADT/ArrayRef.h" | ||
#include "llvm/ADT/DenseMap.h" | ||
-- | ||
1.8.3.1 | ||
|
Oops, something went wrong.