Add missing implementation of 'sys::path::is_other' to the support library.
authorJuergen Ributzka <juergen@apple.com>
Thu, 18 Dec 2014 18:19:47 +0000 (18:19 +0000)
committerJuergen Ributzka <juergen@apple.com>
Thu, 18 Dec 2014 18:19:47 +0000 (18:19 +0000)
commit84ba342ba99c37dc9f4c72b9c80f4c4be439cbc3
treebdf6f8123ed51e0c40ed8986bfb3d02d0f82d4ec
parent034531d7af99680c30b81bb50e5c04c0ccc5f8df
Add missing implementation of 'sys::path::is_other' to the support library.

The header claims that this function exists, but the linker wasn't too happy
about it not being in the library.

llvm-svn: 224527
llvm/lib/Support/Path.cpp