summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-22 16:59:44 +0000
committerDan Gohman <gohman@apple.com>2010-03-22 16:59:44 +0000
commit50fc9f319e845961970e69f714da525aaa13605c (patch)
treeaa054e7318e95b11c4b050f245a551170f420fce /tools/llc
parent39842553e89e2c34a7dc31c4b4f118991baa3693 (diff)
downloadllvm-50fc9f319e845961970e69f714da525aaa13605c.tar.gz
llvm-50fc9f319e845961970e69f714da525aaa13605c.tar.bz2
llvm-50fc9f319e845961970e69f714da525aaa13605c.tar.xz
llc doesn't need LinkAllVMCore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99186 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 810ba42200..ca8df72057 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -23,7 +23,6 @@
#include "llvm/CodeGen/LinkAllAsmWriterComponents.h"
#include "llvm/CodeGen/LinkAllCodegenComponents.h"
#include "llvm/Config/config.h"
-#include "llvm/LinkAllVMCore.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FileUtilities.h"