1
0
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:
Jeff Cohen 2006-03-24 02:58:54 +00:00
parent 3028b04057
commit 1dcffcaf83
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
#define EXECUTION_ENGINE_INTERPRETER_H
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include <cstdlib>
namespace llvm {
extern void LinkInInterpreter();

View File

@ -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();