[llvm-commits] CVS: llvm/include/llvm/Support/ToolRunner.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 18 15:00:43 PST 2004
Changes in directory llvm/include/llvm/Support:
ToolRunner.h updated: 1.8 -> 1.9
---
Log message:
Byebye method
---
Diffs of the changes: (+0 -3)
Index: llvm/include/llvm/Support/ToolRunner.h
diff -u llvm/include/llvm/Support/ToolRunner.h:1.8 llvm/include/llvm/Support/ToolRunner.h:1.9
--- llvm/include/llvm/Support/ToolRunner.h:1.8 Wed Feb 18 14:21:43 2004
+++ llvm/include/llvm/Support/ToolRunner.h Wed Feb 18 14:38:12 2004
@@ -69,9 +69,6 @@
///
int MakeSharedObject(const std::string &InputFile, FileType fileType,
std::string &OutputFile);
-
-private:
- void ProcessFailure(const char **Args);
};
More information about the llvm-commits
mailing list