Filipe Cabecinhas
6a9c719ee1
[compiler-rt] Get rid of "%T" expansions
...
Summary:
Original patch by Kuba Mracek
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 compiler-rt.
Differential Revision: https://reviews.llvm.org/D48618
llvm-svn: 336661
2018-07-10 12:53:46 +00:00
..
2017-09-16 05:14:05 +00:00
2018-06-01 06:23:36 +00:00
2017-12-23 00:30:51 +00:00
2018-06-01 06:23:36 +00:00
2017-03-31 06:36:37 +00:00
2017-11-16 23:29:19 +00:00
2017-09-16 03:41:16 +00:00
2017-09-16 03:41:16 +00:00
2017-06-29 00:19:28 +00:00
2017-11-16 23:29:19 +00:00
2016-09-14 22:00:58 +00:00
2017-09-16 03:41:16 +00:00
2018-06-01 06:23:36 +00:00
2018-06-01 06:23:36 +00:00
2018-07-10 12:53:46 +00:00
2017-11-16 23:29:19 +00:00
2014-04-30 21:34:17 +00:00
2017-04-27 20:27:33 +00:00
2017-04-27 20:27:33 +00:00
2017-04-27 20:27:33 +00:00
2017-07-01 03:54:19 +00:00
2015-08-25 18:27:53 +00:00
2015-08-25 18:27:53 +00:00
2014-04-30 21:34:17 +00:00
2018-07-10 12:53:46 +00:00
2014-04-30 21:34:17 +00:00
2017-09-18 18:46:19 +00:00
2017-11-16 23:29:19 +00:00
2015-08-25 18:27:53 +00:00
2018-04-10 11:09:17 +00:00
2018-06-15 21:25:42 +00:00
2017-05-04 14:03:57 +00:00
2016-11-19 21:19:19 +00:00
2016-02-23 01:58:56 +00:00
2017-03-30 00:41:09 +00:00
2015-12-21 22:35:03 +00:00
2016-12-06 22:02:21 +00:00
2017-11-16 23:29:19 +00:00
2018-04-10 11:09:17 +00:00
2014-05-28 13:45:18 +00:00
2017-09-26 11:49:04 +00:00
2017-03-15 23:27:14 +00:00
2017-12-18 15:31:26 +00:00
2017-12-18 15:31:26 +00:00
2017-12-18 15:31:26 +00:00
2017-12-18 15:31:26 +00:00
2017-12-18 15:31:26 +00:00
2016-10-28 09:49:34 +00:00
2015-10-05 12:43:47 +00:00
2016-04-26 10:41:30 +00:00
2018-06-28 23:27:55 +00:00
2017-04-24 22:20:22 +00:00
2017-09-22 10:44:28 +00:00
2016-06-20 17:57:51 +00:00
2017-10-23 17:12:07 +00:00
2017-05-25 20:50:36 +00:00
2016-04-29 00:43:20 +00:00
2014-05-28 13:45:18 +00:00
2016-05-06 07:09:22 +00:00
2015-08-25 18:27:53 +00:00
2018-07-10 12:53:46 +00:00
2016-05-20 14:54:37 +00:00
2017-12-01 11:12:58 +00:00
2016-02-23 01:58:56 +00:00
2018-06-28 22:54:30 +00:00
2017-06-29 00:19:28 +00:00
2017-01-19 22:15:54 +00:00
2017-01-19 22:15:54 +00:00
2017-06-02 21:32:04 +00:00