Rafael Espindola
|
46312e8e72
|
Don't treat bitcode files specially in llvm-ar.
We really want bitcode files to behave as regular object files in archives, so
we don't need to track that a member is bitcode.
llvm-svn: 185681
|
2013-07-05 04:19:32 +00:00 |
Rafael Espindola
|
9502b804f1
|
Remove remaining bits of the old LLVM specific symtab handling.
llvm-svn: 184418
|
2013-06-20 13:00:30 +00:00 |
Rafael Espindola
|
85ae66bf48
|
Remove more unused functions.
llvm-svn: 184416
|
2013-06-20 12:45:47 +00:00 |
Rafael Espindola
|
623c90455f
|
Remove unused methods.
llvm-svn: 184415
|
2013-06-20 12:42:00 +00:00 |
Rafael Espindola
|
fca038907d
|
Remove last use of PathV1.h from Archive.h
Store the individual fields we need instead of a sys::FileStatus.
llvm-svn: 184353
|
2013-06-19 21:13:59 +00:00 |
Rafael Espindola
|
351a88f697
|
Remove more uses of sys::Path.
llvm-svn: 184328
|
2013-06-19 17:49:07 +00:00 |
Rafael Espindola
|
374f0e2a1f
|
Remove unused function.
llvm-svn: 184320
|
2013-06-19 16:47:34 +00:00 |
Rafael Espindola
|
8417a7883b
|
Reduce sys::Path usage in llvm-ar.
llvm-svn: 184315
|
2013-06-19 15:45:37 +00:00 |
Rafael Espindola
|
ac5c1b0d68
|
Move lib/Archive to tools/llvm-ar.
llvm-ar is the only tool that needs to write archive files. Every other tool
should be able to use the lib/Object interface.
llvm-svn: 184083
|
2013-06-17 15:47:20 +00:00 |