Rip out realpath() support. It's expensive, and often a bad idea, and
authorDouglas Gregor <dgregor@apple.com>
Wed, 9 Feb 2011 23:33:15 +0000 (23:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 9 Feb 2011 23:33:15 +0000 (23:33 +0000)
commitf3e3f21db19512067ee9f6b7b99eae16d907bed2
treec7e1490e6c4c7d01cfc71fb6d640ae508d77bec6
parent23cd57c29926189ad9d7b2b208024645870884ad
Rip out realpath() support. It's expensive, and often a bad idea, and
I have another way to achieve the same goal.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125239 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PathV2.h
lib/Support/Unix/PathV2.inc