Make sure that the following paths say they are equal:
authorGreg Clayton <gclayton@apple.com>
Tue, 5 May 2015 20:26:58 +0000 (20:26 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 5 May 2015 20:26:58 +0000 (20:26 +0000)
commit9c284c4d7a08872b90016321d29e41832e48db59
treeb9f5c576833de18a1b69092d2ad6faf4f0b91418
parent7ecb0714be826145fa69fdf42956203f0d8bd39a
Make sure that the following paths say they are equal:

/private/tmp/main.cpp
/private/tmp/..//tmp/main.cpp

We saw paths like this in makefile generate binaries when someone left an extra '/' on the end of a makefile variable.

<rdar://problem/18945972>

llvm-svn: 236541
lldb/source/Host/common/FileSpec.cpp