summaryrefslogtreecommitdiff
path: root/tools/lli
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-08-01 14:21:23 +0000
committerJim Laskey <jlaskey@mac.com>2006-08-01 14:21:23 +0000
commit13ec702c430b91ee49b9e6d9581cd95412f216c8 (patch)
tree2f3ae596c4afff110a8cdbca5dc4c4f6298e2308 /tools/lli
parent06c1e7eacb11edd1671eabfc11291b7716be2608 (diff)
downloadllvm-13ec702c430b91ee49b9e6d9581cd95412f216c8.tar.gz
llvm-13ec702c430b91ee49b9e6d9581cd95412f216c8.tar.bz2
llvm-13ec702c430b91ee49b9e6d9581cd95412f216c8.tar.xz
Introducing plugable register allocators and instruction schedulers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29434 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/lli.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp
index 283bd48e87..49fb852f22 100644
--- a/tools/lli/lli.cpp
+++ b/tools/lli/lli.cpp
@@ -17,6 +17,7 @@
#include "llvm/ModuleProvider.h"
#include "llvm/Type.h"
#include "llvm/Bytecode/Reader.h"
+#include "llvm/Codegen/LinkAllCodegenComponents.h"
#include "llvm/ExecutionEngine/JIT.h"
#include "llvm/ExecutionEngine/Interpreter.h"
#include "llvm/ExecutionEngine/GenericValue.h"