summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-03-10 18:30:48 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-03-10 18:30:48 +0000
commit510b00c67c99517aeb27a93e65cc5a02a60bc429 (patch)
tree83e90c31dfc20c9d926d1f853e0ef931cdfc8fd2 /llvm/lib/Support/Windows
parente413d9d3411a45f8b7c6f4f95f5f7cdfa25e5b12 (diff)
downloadbcm5719-llvm-510b00c67c99517aeb27a93e65cc5a02a60bc429.tar.gz
bcm5719-llvm-510b00c67c99517aeb27a93e65cc5a02a60bc429.zip
Try to fix the windows build.
llvm-svn: 127416
Diffstat (limited to 'llvm/lib/Support/Windows')
-rw-r--r--llvm/lib/Support/Windows/Path.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc
index 625f67aa912..f4b7cec2a11 100644
--- a/llvm/lib/Support/Windows/Path.inc
+++ b/llvm/lib/Support/Windows/Path.inc
@@ -908,12 +908,12 @@ Path::createTemporaryFileOnDisk(bool reuse_current, std::string* ErrMsg) {
}
/// MapInFilePages - Not yet implemented on win32.
-const char *Path::MapInFilePages(int FD, uint64_t FileSize) {
+const char *Path::MapInFilePages(int FD, size_t FileSize, off_t Offset) {
return 0;
}
/// MapInFilePages - Not yet implemented on win32.
-void Path::UnMapFilePages(const char *Base, uint64_t FileSize) {
+void Path::UnMapFilePages(const char *Base, size_t FileSize) {
assert(0 && "NOT IMPLEMENTED");
}
OpenPOWER on IntegriCloud