Remove support for truncating names in archives.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 11 Jul 2013 12:38:02 +0000 (12:38 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 11 Jul 2013 12:38:02 +0000 (12:38 +0000)
commitab7348f8b188270ecbd309d5f0f4696f1f782c9b
treecfd7c69ca63dfbaa91a282c54b432cc2cdda87c3
parent4f2779b809f6a9bb5ca63b10d55f8302cca2c656
Remove support for truncating names in archives.

* All systems we support have some form of long name support.
* The options has different names and semantics in different implementations
  ('f' on gnu, 'T' on OS X), which makes it unlikely it is normally used on
  build systems.
* It was completely untested.

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