ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/

Build ExecutionEngine as library.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke
2003-09-05 19:39:22 +00:00
parent 5c9cd9564f
commit 9722294d30
6 changed files with 10 additions and 10 deletions

View File

@@ -6,14 +6,14 @@
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "jit"
#include "ExecutionEngine.h"
#include "GenericValue.h"
#include "Support/Debug.h"
#include "Support/Statistic.h"
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Constants.h"
#include "llvm/Module.h"
#include "llvm/Target/TargetData.h"
#include "Support/Debug.h"
#include "Support/Statistic.h"
#include "Config/dlfcn.h"
#include "JIT/VM.h"
#include "Interpreter/Interpreter.h"