[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h

Jeff Cohen jeffc at jolt-lang.org
Sun Nov 5 11:32:26 PST 2006



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






More information about the llvm-commits mailing list