Assert that Process::FindInEnvPath() is passed a relative path.
authorNico Weber <nicolasweber@gmx.de>
Fri, 24 Apr 2015 22:18:46 +0000 (22:18 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 24 Apr 2015 22:18:46 +0000 (22:18 +0000)
commit7d831a5731e9b4002822fb2bdfbbd26184480767
treeb7d2415fcf7f28187b2251f0b25e47e14f073e18
parent1f0f165d50211e72d41395abd74def920347380e
Assert that Process::FindInEnvPath() is passed a relative path.

It misbehaves with absolute paths. (So does path::append().)
Goes with clang r235787.

llvm-svn: 235788
llvm/lib/Support/Process.cpp