diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 14:40:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 14:40:36 +0100 |
commit | 435cff735f24278f53678abda61b950a4a478895 (patch) | |
tree | 63ab1a8afc2764c7ce690d66bd843741acdedf25 /package/openjdk/patches/llvm-headers.patch | |
parent | 1ea04a0aae6381623d8908f3a21566ce39050cda (diff) | |
parent | 6fee1b118039c804d2d18c500abf98798c8c04da (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/llvm-headers.patch')
-rw-r--r-- | package/openjdk/patches/llvm-headers.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/package/openjdk/patches/llvm-headers.patch b/package/openjdk/patches/llvm-headers.patch deleted file mode 100644 index 25dd137d9..000000000 --- a/package/openjdk/patches/llvm-headers.patch +++ /dev/null @@ -1,23 +0,0 @@ - - fix wrong header path - ---- w-openjdk-6.orig/openjdk-6/hotspot/src/share/vm/shark/llvmHeaders.hpp 2011-02-28 17:03:21.000000000 +0100 -+++ w-openjdk-6/openjdk-6/hotspot/src/share/vm/shark/llvmHeaders.hpp 2011-04-29 18:07:20.171550601 +0200 -@@ -43,7 +43,7 @@ - #include <llvm/ModuleProvider.h> - #endif - #include <llvm/Support/IRBuilder.h> --#include <llvm/System/Threading.h> -+#include <llvm/Support/Threading.h> - #include <llvm/Target/TargetSelect.h> - #include <llvm/Type.h> - #include <llvm/ExecutionEngine/JITMemoryManager.h> -@@ -52,7 +52,7 @@ - #include <llvm/ExecutionEngine/JIT.h> - #include <llvm/ADT/StringMap.h> - #include <llvm/Support/Debug.h> --#include <llvm/System/Host.h> -+#include <llvm/Support/Host.h> - #endif - - #include <map> |