search for: hasdirname

Displaying 1 result from an estimated 1 matches for "hasdirname".

Did you mean: as_dirname
2009 Jul 03
0
[LLVMdev] [llvm-commits] [PATCH] Fix for llvm::FindExecutable (fails to find executable if path is provided)
...::isAbsolute to check to see if it is an absolute > > I didn't want to check if it is an absolute, I wanted to check if > there is any directory part (absolute or relative). Is there anything > wrong with relative path? It seems the right way to do this would be > adding Path::hasDirname() method and use it there instead. > > What do you think? > > Best regards, > Viktor > > ----- Original Message ----- > From: "Chris Lattner" <clattner at apple.com> > To: "Commit Messages and Patches for LLVM" <llvm-commits at cs.uiuc.edu>...