| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove uses of "%T" from test/Object/archive-* tests. | Kuba Mracek | 2017-08-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 311296 | ||||
| * | Revert archive-* tests from r310953, there were test failures. | Kuba Mracek | 2017-08-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 310974 | ||||
| * | [llvm] Get rid of "%T" expansions | Kuba Mracek | 2017-08-15 | 1 | -1/+1 |
| | | | | | | | | | | | The %T lit expansion expands to a common directory shared between all the tests in the same directory, which is unexpected and unintuitive, and more importantly, it's been a source of subtle race conditions and flaky tests. In https://reviews.llvm.org/D35396, it was agreed that it would be best to simply ban %T and only keep %t, which is unique to each test. When a test needs a temporary directory, it can just create one using mkdir %t. This patch removes %T in llvm. Differential Revision: https://reviews.llvm.org/D36495 llvm-svn: 310953 | ||||
| * | Object: replace backslashes with slashes in embedded relative thin archive ↵ | Peter Collingbourne | 2016-11-15 | 1 | -0/+9 |
| paths on Windows. This makes these thin archives portable between *nix and Windows. Differential Revision: https://reviews.llvm.org/D26696 llvm-svn: 287038 | |||||

