mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 14:16:12 +00:00
Make example/Hello compile again.
llvm-svn: 89363
This commit is contained in:
parent
133120de6d
commit
ce128851a3
@ -17,6 +17,10 @@
|
||||
|
||||
namespace {
|
||||
struct MyPlugin : public llvmc::BasePlugin {
|
||||
|
||||
void PreprocessOptions() const
|
||||
{}
|
||||
|
||||
void PopulateLanguageMap(llvmc::LanguageMap&) const
|
||||
{ outs() << "Hello!\n"; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user