Make example/Hello compile again.

llvm-svn: 89363
This commit is contained in:
Mikhail Glushenkov 2009-11-19 17:29:25 +00:00
parent 133120de6d
commit ce128851a3

View File

@ -17,6 +17,10 @@
namespace {
struct MyPlugin : public llvmc::BasePlugin {
void PreprocessOptions() const
{}
void PopulateLanguageMap(llvmc::LanguageMap&) const
{ outs() << "Hello!\n"; }