mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
334f77d587
* 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 <Martin.Jansa@gmail.com>
13 lines
551 B
Diff
13 lines
551 B
Diff
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 <unistd.h>
|
|
using namespace llvm;
|
|
|
|
// AtExitHandlers - List of functions to call when the program exits,
|