mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +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
|
||||
|
||||
#include "llvm/ExecutionEngine/ExecutionEngine.h"
|
||||
#include <cstdlib>
|
||||
|
||||
namespace llvm {
|
||||
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).
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
@ -16,6 +16,7 @@
|
||||
#define EXECUTION_ENGINE_JIT_H
|
||||
|
||||
#include "llvm/ExecutionEngine/ExecutionEngine.h"
|
||||
#include <cstdlib>
|
||||
|
||||
namespace llvm {
|
||||
extern void LinkInJIT();
|
||||
|
Loading…
Reference in New Issue
Block a user