mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Minor corrections.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c0dbd01d2
commit
f2dc4fd5de
@ -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