- Jun 20, 2013
-
-
Sean Silva authored
llvm-svn: 184456
-
Rafael Espindola authored
llvm-svn: 184455
-
Rafael Espindola authored
Use that in llvm-ar.cpp to replace a use of sys::PathWithStatus. llvm-svn: 184450
-
Rafael Espindola authored
Matches gnu ar behavior. llvm-svn: 184448
-
Rafael Espindola authored
Original message: Don't include directory names in archives. This matches the behavior of both gnu and os x versions of ar. llvm-svn: 184423
-
Rafael Espindola authored
This reverts commit 184420. Investigating the bot failures. llvm-svn: 184421
-
Rafael Espindola authored
This matches the behavior of both gnu and os x versions of ar. llvm-svn: 184420
-
Rafael Espindola authored
llvm-svn: 184418
-
Rafael Espindola authored
llvm-svn: 184416
-
Rafael Espindola authored
llvm-svn: 184415
-
Rafael Espindola authored
llvm-svn: 184413
-
Rafael Espindola authored
llvm-svn: 184412
-
- Jun 19, 2013
-
-
David Blaikie authored
This is a basic implementation - we still don't have any support (that I know of) for dumping DWARF expressions in a meaningful way, so the location information itself is just printed as a sequence of bytes as we do elsewhere. llvm-svn: 184361
-
Rafael Espindola authored
llvm-svn: 184359
-
Rafael Espindola authored
llvm-svn: 184355
-
Rafael Espindola authored
llvm-svn: 184354
-
Rafael Espindola authored
Store the individual fields we need instead of a sys::FileStatus. llvm-svn: 184353
-
Rafael Espindola authored
This matches GNU ar behavior. Also remove the now unused getFileStatus method. Not sure how to add a test, it would have to run ls -l or something like that. llvm-svn: 184337
-
Rafael Espindola authored
llvm-svn: 184328
-
Rafael Espindola authored
llvm-svn: 184320
-
Rafael Espindola authored
llvm-svn: 184318
-
Rafael Espindola authored
llvm-svn: 184316
-
Rafael Espindola authored
llvm-svn: 184315
-
Rafael Espindola authored
It is not present in GNU or OS X versions and doesn't make a lot of sense for llvm-ar. llvm-svn: 184306
-
Wan Xiaofei authored
llvm-svn: 184278
-
Sean Silva authored
There were only two places it was actually making anything shorter. llvm-svn: 184273
-
Sean Silva authored
llvm-svn: 184272
-
Sean Silva authored
Not sure why we weren't catching this with -Wunused-parameter... Spotted by inspection. llvm-svn: 184271
-
Sean Silva authored
llvm-svn: 184268
-
Sean Silva authored
llvm-svn: 184267
-
Sean Silva authored
llvm-svn: 184263
-
Sean Silva authored
Previously, we would monkeypatch the vector of YAML::Section's in order to ensure that the SHT_NULL entry is present. Now we just add it unconditionally. The proliferation of small numerical adjustments is beginning to frighten me, but I can't think of a way having a single point of truth for them without introducing a whole new layer of data structures (i.e. lots of code and complexity) between the YAML and binary ELF formats. llvm-svn: 184260
-
Sean Silva authored
llvm-svn: 184258
-
Sean Silva authored
Currently, we only output the name. llvm-svn: 184255
-
- Jun 18, 2013
-
-
Sean Silva authored
This will be needed later for holding symbol names, due to the libObject issue mentioned in the commit message of r184161. llvm-svn: 184242
-
Rafael Espindola authored
llvm-svn: 184210
-
Rafael Espindola authored
llvm-svn: 184206
-
Rafael Espindola authored
llvm-svn: 184204
-
Rafael Espindola authored
llvm-svn: 184203
-
Rafael Espindola authored
llvm-svn: 184202
-