From 334f77d5879babebabc07b5cf7ad99127a41880d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 13 Apr 2013 17:16:29 +0200 Subject: llvm2.8: Import from meta-java * llvm is generic enough to be useful outside meta-java e.g. we need it to enable llvmpipe galium driver in mesa * imported without any modification (except indentation), all credits go to Henning Heinold and Khem Raj for maintaining it in meta-java Signed-off-by: Martin Jansa --- meta-oe/recipes-core/llvm/llvm2.8/add-unistd.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-oe/recipes-core/llvm/llvm2.8/add-unistd.patch (limited to 'meta-oe/recipes-core/llvm/llvm2.8/add-unistd.patch') diff --git a/meta-oe/recipes-core/llvm/llvm2.8/add-unistd.patch b/meta-oe/recipes-core/llvm/llvm2.8/add-unistd.patch new file mode 100644 index 0000000000..1c51b30639 --- /dev/null +++ b/meta-oe/recipes-core/llvm/llvm2.8/add-unistd.patch @@ -0,0 +1,12 @@ +Index: llvm-2.8/lib/ExecutionEngine/JIT/Intercept.cpp +=================================================================== +--- llvm-2.8.orig/lib/ExecutionEngine/JIT/Intercept.cpp 2012-05-14 18:31:21.008318473 +0200 ++++ llvm-2.8/lib/ExecutionEngine/JIT/Intercept.cpp 2012-05-14 18:32:53.523734850 +0200 +@@ -19,6 +19,7 @@ + #include "llvm/Support/ErrorHandling.h" + #include "llvm/System/DynamicLibrary.h" + #include "llvm/Config/config.h" ++#include + using namespace llvm; + + // AtExitHandlers - List of functions to call when the program exits, -- cgit v1.2.3-54-g00ecf