[llvm-commits] CVS: llvm/include/llvm/Support/ToolRunner.h

Jeff Cohen jeffc at jolt-lang.org
Sat Jan 22 08:30:26 PST 2005



Changes in directory llvm/include/llvm/Support:

ToolRunner.h updated: 1.17 -> 1.18
---
Log message:

Fix VC++ complaint

---
Diffs of the changes:  (+2 -1)

 ToolRunner.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/include/llvm/Support/ToolRunner.h
diff -u llvm/include/llvm/Support/ToolRunner.h:1.17 llvm/include/llvm/Support/ToolRunner.h:1.18
--- llvm/include/llvm/Support/ToolRunner.h:1.17	Sun Dec 19 11:59:45 2004
+++ llvm/include/llvm/Support/ToolRunner.h	Sat Jan 22 10:30:16 2005
@@ -79,7 +79,8 @@
 /// LLVM bytecode in a variety of ways.  This abstract interface hides this
 /// complexity behind a simple interface.
 ///
-struct AbstractInterpreter {
+class AbstractInterpreter {
+public:
   static CBE *createCBE(const std::string &ProgramPath, std::string &Message,
                         const std::vector<std::string> *Args = 0);
   static LLC *createLLC(const std::string &ProgramPath, std::string &Message,






More information about the llvm-commits mailing list