Changes in directory llvm/include/llvm/Bytecode:

Archive.h updated: 1.18 -> 1.19
---
Log message:

Unbreak VC++ build.

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

 Archive.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Bytecode/Archive.h
diff -u llvm/include/llvm/Bytecode/Archive.h:1.18 
llvm/include/llvm/Bytecode/Archive.h:1.19
--- llvm/include/llvm/Bytecode/Archive.h:1.18   Thu Aug 24 18:45:08 2006
+++ llvm/include/llvm/Bytecode/Archive.h        Sun Nov  5 13:31:28 2006
@@ -95,7 +95,7 @@
 
     /// @returns the size of the archive member in bytes.
     /// @brief Get the size of the archive member.
-    unsigned getSize() const             { return info.getSize(); }
+    uint64_t getSize() const             { return info.getSize(); }
 
     /// This method returns the total size of the archive member as it
     /// appears on disk. This includes the file content, the header, the



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to