Skip to content
Snippets Groups Projects
Commit 63bdb562 authored by Sanjiv Gupta's avatar Sanjiv Gupta
Browse files

Added a fixme for platform specific GetDirSeparator().

llvm-svn: 75461
parent ed5db9dd
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ namespace llvmc {
}
// Returns the platform specific directory separator via #ifdefs.
// FIXME: This currently work on linux and windows only. It does not
// work on other unices.
static std::string GetDirSeparator(void) {
#ifdef __linux__
return "/";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment