summaryrefslogtreecommitdiff
path: root/dev-lang/ispc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /dev-lang/ispc/files
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-lang/ispc/files')
-rw-r--r--dev-lang/ispc/files/ispc-1.14.0-llvm-10.patch (renamed from dev-lang/ispc/files/ispc-1.13.0-llvm-10.patch)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ispc/files/ispc-1.13.0-llvm-10.patch b/dev-lang/ispc/files/ispc-1.14.0-llvm-10.patch
index 6911a76d9e18..7a76d99aca81 100644
--- a/dev-lang/ispc/files/ispc-1.13.0-llvm-10.patch
+++ b/dev-lang/ispc/files/ispc-1.14.0-llvm-10.patch
@@ -34,9 +34,9 @@ index 06fab989..57a7130f 100644
#include <llvm/IR/Instructions.h>
#include <llvm/IR/Module.h>
+#include <llvm/Support/raw_ostream.h>
- #include <map>
- #include <set>
- #include <vector>
+
+ #ifdef ISPC_GENX_ENABLED
+ #include <llvm/GenXIntrinsics/GenXIntrinsics.h>
@@ -1394,7 +1395,7 @@ static void lDumpValue(llvm::Value *v, std::set<llvm::Value *> &done) {
return;