From 4b934766bde8989b4eeb3f4a1cc222327e262379 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Thu, 26 Jan 2006 18:36:50 +0000 Subject: Remember plugins should someone like bugpoint want to know them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25649 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/PluginLoader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm/Support') diff --git a/include/llvm/Support/PluginLoader.h b/include/llvm/Support/PluginLoader.h index 74e5a03..7789ae8 100644 --- a/include/llvm/Support/PluginLoader.h +++ b/include/llvm/Support/PluginLoader.h @@ -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 -- cgit v1.1