llvm-config: Use sys::fs::equivalent instead of string comparison.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 15 May 2012 22:07:18 +0000 (22:07 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 15 May 2012 22:07:18 +0000 (22:07 +0000)
commit40d65dc3058e8d58426953d44e2ea0eccf996371
tree74bf1db34c3c974ee7a5e6acaf8fa782bf9ea293
parent719daba3e01531c6947f07d351550e7ec0a3f0b9
llvm-config: Use sys::fs::equivalent instead of string comparison.
 - Hopefully fixes PR11600 (untested).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156865 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-config/llvm-config.cpp