llc doesn't need LinkAllVMCore.
authorDan Gohman <gohman@apple.com>
Mon, 22 Mar 2010 16:59:44 +0000 (16:59 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 22 Mar 2010 16:59:44 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99186 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/llc.cpp

index 810ba4220099e7dad5a33d5cf88dbb4feea1d3d7..ca8df72057dd22565b8038deeabc9986bf0a2e7a 100644 (file)
@@ -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"