mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Minor corrections.
llvm-svn: 27041
This commit is contained in:
parent
3028b04057
commit
1dcffcaf83
@ -16,6 +16,7 @@
|
|||||||
#define EXECUTION_ENGINE_INTERPRETER_H
|
#define EXECUTION_ENGINE_INTERPRETER_H
|
||||||
|
|
||||||
#include "llvm/ExecutionEngine/ExecutionEngine.h"
|
#include "llvm/ExecutionEngine/ExecutionEngine.h"
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
extern void LinkInInterpreter();
|
extern void LinkInInterpreter();
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file forces the interpreter to link in on certain operating systems.
|
// This file forces the JIT to link in on certain operating systems.
|
||||||
// (Windows).
|
// (Windows).
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
@ -16,6 +16,7 @@
|
|||||||
#define EXECUTION_ENGINE_JIT_H
|
#define EXECUTION_ENGINE_JIT_H
|
||||||
|
|
||||||
#include "llvm/ExecutionEngine/ExecutionEngine.h"
|
#include "llvm/ExecutionEngine/ExecutionEngine.h"
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
extern void LinkInJIT();
|
extern void LinkInJIT();
|
||||||
|
Loading…
Reference in New Issue
Block a user