aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Support/FileUtilities.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/FileUtilities.cpp b/lib/Support/FileUtilities.cpp
index 6829f15..3f2f97b 100644
--- a/lib/Support/FileUtilities.cpp
+++ b/lib/Support/FileUtilities.cpp
@@ -296,6 +296,7 @@ void *llvm::ReadFileIntoAddressSpace(const std::string &Filename,
return Buffer;
#else
// FIXME: implement with read/write
+#error Unimplemented ReadFileIntoAddressSpace - need to use read/write.
return 0;
#endif
}