Convert a few std::string with StringRef. NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Oct 2014 21:47:27 +0000 (21:47 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 21 Oct 2014 21:47:27 +0000 (21:47 +0000)
commitc6961f286bb2028474e4005c667e1090e55debba
tree2501d41ba7d732d618ef66126a3b98be1f9b5141
parent478b0b529d660984a672a2f5cb7871fd1115fce5
Convert a few std::string with StringRef. NFC.

This is a micro optimization, but also makes the code a bit more flexible.

The MRIMembers variable is a short term hack. It is going away in the next
commit.

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