mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream>
so that the shiny new use of std::cerr is defined. llvm-svn: 22156
This commit is contained in:
parent
e2d15e6fe9
commit
f6e0f54d70
@ -12,11 +12,12 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#define DEBUG_TYPE "jit"
|
#define DEBUG_TYPE "jit"
|
||||||
#include <cstdlib>
|
|
||||||
#include "X86JITInfo.h"
|
#include "X86JITInfo.h"
|
||||||
#include "X86Relocations.h"
|
#include "X86Relocations.h"
|
||||||
#include "llvm/CodeGen/MachineCodeEmitter.h"
|
#include "llvm/CodeGen/MachineCodeEmitter.h"
|
||||||
#include "llvm/Config/alloca.h"
|
#include "llvm/Config/alloca.h"
|
||||||
|
#include <cstdlib>
|
||||||
|
#include <iostream>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
|
void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user