1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/LibDriver
Kuba Mracek e659840bcd [llvm] Get rid of "%T" expansions
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
2017-08-15 20:29:24 +00:00
..
Inputs LibDriver: Allow resource files to be archive members. 2016-12-15 19:37:46 +00:00
infer-output-path.test [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
invalid.test LibDriver: Allow resource files to be archive members. 2016-12-15 19:37:46 +00:00
libpath.test [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
lit.local.cfg
no-inputs.test
resource.test LibDriver: Allow resource files to be archive members. 2016-12-15 19:37:46 +00:00
thin.test
use-paths.test [llvm-ar] Make llvm-lib behave more like the MSVC archiver 2017-06-12 19:45:35 +00:00