[llvm] r183985 - Remove a use of PathV1.h.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jun 17 12:56:40 PDT 2013


On 17 June 2013 15:48, Lang Hames <lhames at gmail.com> wrote:
> Hi Rafael,
>
> This broke an internal tester. The eraseFromDisk() method contains some
> checks for special files to prevent it from removing anything important.
>
> We really want to keep those checks in place. I'm not familiar with the path
> library work - what is the best way to resolve this? Should this be
> reverted, or can the checks be added to sys::fs::remove?


Thanks for catching this. I reverted this in 184111. I will add the
missing functionality to PathV2.h.

Cheers,
Rafael



More information about the llvm-commits mailing list