Fix runtime error on Windows.
authorRui Ueyama <ruiu@google.com>
Wed, 21 Jan 2015 22:16:17 +0000 (22:16 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 21 Jan 2015 22:16:17 +0000 (22:16 +0000)
commitf9a30ddcc0d3b33ef4bb2eff6f43557974c39e03
tree57eb862c9d385c6c23810350da23d6c22e0769bf
parent47af023ada84011887edcc59b14967f2f7de32cd
Fix runtime error on Windows.

I believe the original code is valid, but on Windows it failed with an
assertion error saying "Expression: vector iterator is not decrementable."
Don't use rbegin and rend to workaround that error.

llvm-svn: 226706
lld/lib/Core/Resolver.cpp