Changes in directory llvm/include/llvm/Support:
PluginLoader.h updated: 1.3 -> 1.4
---
Log message:
Remember plugins should someone like bugpoint want to know them.
---
Diffs of the changes: (+2 -0)
PluginLoader.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/Support/PluginLoader.h
diff -u llvm/include/llvm/Support/PluginLoader.h:1.3
llvm/include/llvm/Support/PluginLoader.h:1.4
--- llvm/include/llvm/Support/PluginLoader.h:1.3 Thu Apr 21 15:44:59 2005
+++ llvm/include/llvm/Support/PluginLoader.h Thu Jan 26 12:36:50 2006
@@ -22,6 +22,8 @@
namespace llvm {
struct PluginLoader {
void operator=(const std::string &Filename);
+ static unsigned getNumPlugins();
+ static std::string& getPlugin(unsigned num);
};
#ifndef DONT_GET_PLUGIN_LOADER_OPTION
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits