Rui Ueyama
|
aa892fdd03
Simplify writeArchive return type.
|
8 年之前 |
Martell Malone
|
d888646bf4
llvm: add llvm-dlltool support to the archiver
|
8 年之前 |
Rui Ueyama
|
441b4ee1b0
Revert r308329: llvm: add llvm-dlltool support to the archiver
|
8 年之前 |
Martell Malone
|
5d7d0e869f
llvm: add llvm-dlltool support to the archiver
|
8 年之前 |
Reid Kleckner
|
0e34c3597c
[llvm-ar] Make llvm-lib behave more like the MSVC archiver
|
8 年之前 |
Zachary Turner
|
19ca2b0f9d
Move Object format code to lib/BinaryFormat.
|
8 年之前 |
Peter Collingbourne
|
c3f644ae98
ArchiveWriter: Remove unused variables. NFC.
|
8 年之前 |
Rafael Espindola
|
22bd70fa31
Archives require a symbol table on Solaris, even if empty.
|
8 年之前 |
Rafael Espindola
|
2504ec9f08
Move llvm_unreachable out of switch.
|
8 年之前 |
Rui Ueyama
|
9a736108d4
Fix -Wcovered-switch-default.
|
8 年之前 |
Rafael Espindola
|
13f0c80b28
Don't modify archive members unless really needed.
|
8 年之前 |
Saleem Abdulrasool
|
3e83030148
Object: pad out BSD archive members to 8-bytes
|
8 年之前 |
Saleem Abdulrasool
|
1cf80ab83c
Object: add a comment explaining a divergence
|
8 年之前 |
Saleem Abdulrasool
|
97b3cf4302
Object: pad BSD ar string table to 4-bytes
|
8 年之前 |
David Callahan
|
bcdc161524
Only computeRelativePath() on new members
|
8 年之前 |
Peter Collingbourne
|
0f03473737
Object: replace backslashes with slashes in embedded relative thin archive paths on Windows.
|
8 年之前 |
Pavel Labath
|
6df9562cc0
[Object] Replace TimeValue with std::chrono
|
8 年之前 |
Vedant Kumar
|
e5d157859c
Reapply "More fixes to get good error messages for bad archives."
|
9 年之前 |
Vedant Kumar
|
a0149b5f2f
Revert "More fixes to get good error messages for bad archives."
|
9 年之前 |
Kevin Enderby
|
d5adfbcabc
More fixes to get good error messages for bad archives.
|
9 年之前 |
Kevin Enderby
|
2a7151766d
The next step along the way to getting good error messages for bad archives.
|
9 年之前 |
Peter Collingbourne
|
d9613da65c
Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.
|
9 年之前 |
Rafael Espindola
|
0c06716f89
Fix bug where temporary file would be left behind every time an archive was updated.
|
9 年之前 |
Davide Italiano
|
9de339f6ec
[lib/Object] Make this assertion more useful.
|
9 年之前 |
Rafael Espindola
|
78deea801b
Don't try to create thin bsd archives.
|
9 年之前 |
Nico Weber
|
d5de81e06c
Replace a loop with a for-each loop. No behavior change.
|
9 年之前 |
Kevin Enderby
|
c6bf9be16d
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
|
9 年之前 |
Rafael Espindola
|
ec08d99fee
Handle archives with paths in the names.
|
9 年之前 |
Kevin Enderby
|
268709a810
Reapply r250906 with many suggested updates from Rafael Espindola.
|
9 年之前 |
Rafael Espindola
|
107eb74eed
Avoid implicitly constructing a Archive::child_iterator.
|
9 年之前 |