diff options
| author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-07-13 10:58:55 +0000 |
|---|---|---|
| committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-07-13 10:58:55 +0000 |
| commit | 63bdb562741499a2658ce917a1a87008d35ceb16 (patch) | |
| tree | 3eb841c8589abe93120e7eed91a6366ac247fd9f /llvm | |
| parent | ed5db9dd30eb8ebf611e1219b22a922a275db3f5 (diff) | |
| download | bcm5719-llvm-63bdb562741499a2658ce917a1a87008d35ceb16.tar.gz bcm5719-llvm-63bdb562741499a2658ce917a1a87008d35ceb16.zip | |
Added a fixme for platform specific GetDirSeparator().
llvm-svn: 75461
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp b/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp index 151675f82aa..96dd296df6e 100644 --- a/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp +++ b/llvm/tools/llvmc/example/mcc16/plugins/PIC16Base/PluginMain.cpp @@ -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 "/"; |

