[llvm-commits] [llvm] r122086 - in /llvm/trunk: include/llvm/ADT/SmallString.h include/llvm/Support/Compiler.h include/llvm/Support/PathV1.h lib/CompilerDriver/Action.cpp

Chris Lattner clattner at apple.com
Sat Dec 18 13:53:37 PST 2010


On Dec 17, 2010, at 1:48 PM, Michael Spencer wrote:

>>> Support/Path: Deprecate PathV1::isAbsolute.
>> 
>> Why not just remove it?
>> 
>> -Chris
> 
> Mainly because I want to catch all uses of it without breaking the
> build bots, and it's used internally by PathV1, so I'd rather not have
> to fix PathV1 while I'm ripping it out.
> 
> It will be gone long before the 2.9 release starts.

Ok, thanks.

-Chris



More information about the llvm-commits mailing list