]> granicus.if.org Git - clang/commit
Driver: Simplify a use of the path API
authorJustin Bogner <mail@justinbogner.com>
Sun, 3 Aug 2014 21:46:33 +0000 (21:46 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sun, 3 Aug 2014 21:46:33 +0000 (21:46 +0000)
commitd5699807d5eb810f88559ef49fe6333ad584f9cb
tree66951da31be93251a8098ed526846e4ce746bd3f
parent27cfbead23da48dfb89a243478e86803386e900f
Driver: Simplify a use of the path API

It's a bit more obvious what's going on if we use path::filename
rather than decrementing an iterator here.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214668 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Multilib.cpp