[llvm-commits] [llvm] r99186 - /llvm/trunk/tools/llc/llc.cpp
Dan Gohman
gohman at apple.com
Mon Mar 22 09:59:44 PDT 2010
Author: djg
Date: Mon Mar 22 11:59:44 2010
New Revision: 99186
URL: http://llvm.org/viewvc/llvm-project?rev=99186&view=rev
Log:
llc doesn't need LinkAllVMCore.
Modified:
llvm/trunk/tools/llc/llc.cpp
Modified: llvm/trunk/tools/llc/llc.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llc/llc.cpp?rev=99186&r1=99185&r2=99186&view=diff
==============================================================================
--- llvm/trunk/tools/llc/llc.cpp (original)
+++ llvm/trunk/tools/llc/llc.cpp Mon Mar 22 11:59:44 2010
@@ -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"
More information about the llvm-commits
mailing list