summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/lli.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-01 22:34:35 +0000
committerChris Lattner <sabre@nondot.org>2006-08-01 22:34:35 +0000
commit5af6a3ffdb8e7cb8459c07479a8e22320aec7bd1 (patch)
treecf321dea26b1a4d265e114cc3c85b0ef594838da /llvm/tools/lli/lli.cpp
parent38e1a09d4da4c14c103f63b55e33184dec1e53ca (diff)
downloadbcm5719-llvm-5af6a3ffdb8e7cb8459c07479a8e22320aec7bd1.tar.gz
bcm5719-llvm-5af6a3ffdb8e7cb8459c07479a8e22320aec7bd1.zip
Fix the build on case-sensitive filesystems :(
llvm-svn: 29457
Diffstat (limited to 'llvm/tools/lli/lli.cpp')
-rw-r--r--llvm/tools/lli/lli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp
index 49fb852f222..d8f2b16e57c 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -17,7 +17,7 @@
#include "llvm/ModuleProvider.h"
#include "llvm/Type.h"
#include "llvm/Bytecode/Reader.h"
-#include "llvm/Codegen/LinkAllCodegenComponents.h"
+#include "llvm/CodeGen/LinkAllCodegenComponents.h"
#include "llvm/ExecutionEngine/JIT.h"
#include "llvm/ExecutionEngine/Interpreter.h"
#include "llvm/ExecutionEngine/GenericValue.h"
OpenPOWER on IntegriCloud