Plugin support for llvmc2 (a-la opt).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov
2008-09-22 20:49:34 +00:00
parent 9ecd30c4a2
commit c82ce4a8a7
10 changed files with 195 additions and 55 deletions
+2 -1
View File
@@ -16,10 +16,11 @@
#include "CompilationGraph.h"
#include "Error.h"
#include "Tool.h"
#include "Plugin.h"
#include "llvm/System/Path.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/PluginLoader.h"
#include <iostream>
#include <stdexcept>