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

Reid Spencer reid at x10sys.com
Sat Apr 7 12:50:43 PDT 2007



Changes in directory llvm/include/llvm/Support:

FileUtilities.h updated: 1.34 -> 1.35
---
Log message:

For PR1291: http://llvm.org/PR1291 :
Change to use PathWithStatus


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

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


Index: llvm/include/llvm/Support/FileUtilities.h
diff -u llvm/include/llvm/Support/FileUtilities.h:1.34 llvm/include/llvm/Support/FileUtilities.h:1.35
--- llvm/include/llvm/Support/FileUtilities.h:1.34	Fri Jul 28 17:29:50 2006
+++ llvm/include/llvm/Support/FileUtilities.h	Sat Apr  7 14:50:21 2007
@@ -26,7 +26,8 @@
   /// option, it will set the string to an error message if an error occurs, or
   /// if the files are different.
   ///
-  int DiffFilesWithTolerance(const sys::Path &FileA, const sys::Path &FileB,
+  int DiffFilesWithTolerance(const sys::PathWithStatus &FileA, 
+                             const sys::PathWithStatus &FileB,
                              double AbsTol, double RelTol,
                              std::string *Error = 0);
 






More information about the llvm-commits mailing list