1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-ar
Rafael Espindola 6654d0be49 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
2013-07-11 12:38:02 +00:00
..
Archive.cpp Don't treat bitcode files specially in llvm-ar. 2013-07-05 04:19:32 +00:00
Archive.h Remove support for truncating names in archives. 2013-07-11 12:38:02 +00:00
ArchiveInternals.h Remove remaining bits of the old LLVM specific symtab handling. 2013-06-20 13:00:30 +00:00
ArchiveReader.cpp Don't treat bitcode files specially in llvm-ar. 2013-07-05 04:19:32 +00:00
ArchiveWriter.cpp Remove support for truncating names in archives. 2013-07-11 12:38:02 +00:00
CMakeLists.txt Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00
llvm-ar.cpp Remove support for truncating names in archives. 2013-07-11 12:38:02 +00:00
LLVMBuild.txt Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00
Makefile Move lib/Archive to tools/llvm-ar. 2013-06-17 15:47:20 +00:00