llvm/test/LibDriver
Kuba Mracek ea54773994 [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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310953 91177308-0d34-0410-b5e6-96231b3b80d8
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 LibDriver: Reject inputs that are not COFF objects or bitcode files. 2016-12-14 22:19:22 +00:00
use-paths.test [llvm-ar] Make llvm-lib behave more like the MSVC archiver 2017-06-12 19:45:35 +00:00