Make example/Hello compile again.
authorMikhail Glushenkov <foldr@codedgers.com>
Thu, 19 Nov 2009 17:29:25 +0000 (17:29 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Thu, 19 Nov 2009 17:29:25 +0000 (17:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89363 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/example/Hello/Hello.cpp

index 9c96bd0a416bf69dd35834ae9ace0f0bea4b98db..a7179eae8bd16fb161cc8b8d7660200559d4dffc 100644 (file)
 
 namespace {
 struct MyPlugin : public llvmc::BasePlugin {
+
+  void PreprocessOptions() const
+  {}
+
   void PopulateLanguageMap(llvmc::LanguageMap&) const
   { outs() << "Hello!\n"; }