From: Dan Gohman Date: Mon, 22 Mar 2010 16:59:44 +0000 (+0000) Subject: llc doesn't need LinkAllVMCore. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=50fc9f319e845961970e69f714da525aaa13605c;p=oota-llvm.git llc doesn't need LinkAllVMCore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99186 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index 810ba422009..ca8df72057d 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"