summaryrefslogtreecommitdiff
path: root/test/Driver/darwin-ld-lto.c
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-08-15 19:47:06 +0000
committerKuba Mracek <mracek@apple.com>2017-08-15 19:47:06 +0000
commitd9232a8d2393a568d1e6732eefe09996df5f3cbd (patch)
tree075c6f329229809ce7ee4b1fa2de829283775ab0 /test/Driver/darwin-ld-lto.c
parent709ce01f5878ac12902d0b31d363ccd5a31fae74 (diff)
downloadclang-d9232a8d2393a568d1e6732eefe09996df5f3cbd.tar.gz
[clang] 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 clang. Differential Revision: https://reviews.llvm.org/D36437 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310950 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/darwin-ld-lto.c')
-rw-r--r--test/Driver/darwin-ld-lto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Driver/darwin-ld-lto.c b/test/Driver/darwin-ld-lto.c
index 21c2214b77..2725df4f5f 100644
--- a/test/Driver/darwin-ld-lto.c
+++ b/test/Driver/darwin-ld-lto.c
@@ -2,11 +2,11 @@
// Check that ld gets "-lto_library".
-// RUN: mkdir -p %T/bin
-// RUN: mkdir -p %T/lib
-// RUN: touch %T/lib/libLTO.dylib
+// RUN: mkdir -p %t/bin
+// RUN: mkdir -p %t/lib
+// RUN: touch %t/lib/libLTO.dylib
// RUN: %clang -target x86_64-apple-darwin10 -### %s \
-// RUN: -ccc-install-dir %T/bin -mlinker-version=133 2> %t.log
+// RUN: -ccc-install-dir %t/bin -mlinker-version=133 2> %t.log
// RUN: FileCheck -check-prefix=LINK_LTOLIB_PATH %s -input-file %t.log
//
// LINK_LTOLIB_PATH: {{ld(.exe)?"}}