summaryrefslogtreecommitdiff
path: root/test/Object/archive-format.test
AgeCommit message (Expand)Author
2017-03-14Archives require a symbol table on Solaris, even if empty.Rafael Espindola
2017-02-21Don't modify archive members unless really needed.Rafael Espindola
2017-02-09Object: pad out BSD archive members to 8-bytesSaleem Abdulrasool
2016-10-26Use printf instead of "echo -e" or "echo -n".Rui Ueyama
2016-05-02Don't try to create thin bsd archives.Rafael Espindola
2015-07-16Trying to fix the windows bots.Rafael Espindola
2015-07-16Fix handling of relative paths in thin archives.Rafael Espindola
2015-07-15llvm-ar: Don't write the directory in the string table.Rafael Espindola
2015-07-15Initial support for writing thin archives.Rafael Espindola
2015-07-13Add support deterministic output in llvm-ar and make it the default.Rafael Espindola
2015-07-09Create BSD archives by default on OS X.Rafael Espindola
2015-07-08Start adding support for writing archives in BSD format.Rafael Espindola
2015-03-03Make llvm/test/Object/archive-format.test CRLF-tolerant.NAKAMURA Takumi
2015-03-02lit: Add 'cd' support to the internal shell and port some testsReid Kleckner
2013-07-13Only verify the length in archive test, we can't make assumptions on the spac...Benjamin Kramer
2013-07-13Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola
2013-07-13Revert commit r186216 -- it's breaking bots:Chandler Carruth
2013-07-12Fix a off by one error about which members need to use the string table.Rafael Espindola