[llvm-commits] [llvm] r89765 - in /llvm/trunk: include/llvm/System/Path.h lib/System/Unix/Path.inc lib/System/Win32/Path.inc
    Duncan Sands 
    baldrick at free.fr
       
    Tue Nov 24 08:42:36 PST 2009
    
    
  
Hi Edward,
>>> +bool
>>> +Path::isSpecialFile() const {
>>> +  return false;
>>> +}
>> Windows does have special files AFAIK, for example opening "nul"
>> gives the effect of /dev/null on unix systems.
> 
> OK, then I don't know the details of this nor do I have a windows
> machine to expand on this hook.
> Are you able to provide some more detail, is this bug a problem on
> windows as well?
I can't help with this, sorry.  I just don't know enough about windows.
Ciao,
Duncan.
    
    
More information about the llvm-commits
mailing list