summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-02 22:31:11 +0000
committerChris Lattner <sabre@nondot.org>2010-02-02 22:31:11 +0000
commit3813d8adf3788dd01a4cb9db01c122cd5e6a13b9 (patch)
tree55623fadef6ba237b9de7ada29658ce4d77a67db /tools/llc
parent8334f068c4a7df344da704fdde49c2c6c0b18799 (diff)
downloadllvm-3813d8adf3788dd01a4cb9db01c122cd5e6a13b9.tar.gz
llvm-3813d8adf3788dd01a4cb9db01c122cd5e6a13b9.tar.bz2
llvm-3813d8adf3788dd01a4cb9db01c122cd5e6a13b9.tar.xz
Remove a bunch of stuff around the edges of the ELF writer.
Now the only use of the ELF writer is the JIT, which won't be easy to fix in the short term. :( :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/llc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 0927e1c8b6..eebd20846c 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -20,7 +20,6 @@
#include "llvm/ADT/Triple.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Support/IRReader.h"
-#include "llvm/CodeGen/FileWriters.h"
#include "llvm/CodeGen/LinkAllAsmWriterComponents.h"
#include "llvm/CodeGen/LinkAllCodegenComponents.h"
#include "llvm/Config/config.h"