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)
commit4d7b3be00ba461a7b4974722165ce5cd2af39cb1
treedea0a98904975d91f933b1788e094c8fc972e196
parent40db06af64570f0c4e627d5c0cd6a3e388ca3ccb
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.

llvm-svn: 186078
llvm/tools/llvm-ar/Archive.h
llvm/tools/llvm-ar/ArchiveWriter.cpp
llvm/tools/llvm-ar/llvm-ar.cpp