1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

This no longer needs plugins, this it doesn't need all of VMCore.

llvm-svn: 28723
This commit is contained in:
Chris Lattner 2006-06-08 00:25:44 +00:00
parent 3c338b3803
commit 89d4612326

View File

@ -14,9 +14,7 @@
#include "CLIDebugger.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/PluginLoader.h"
#include "llvm/System/Signals.h"
#include "llvm/LinkAllVMCore.h"
#include <iostream>
using namespace llvm;