diff options
Diffstat (limited to 'test/Driver/darwin-ld-lto.c')
-rw-r--r-- | test/Driver/darwin-ld-lto.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Driver/darwin-ld-lto.c b/test/Driver/darwin-ld-lto.c index 21c2214b771f4..2725df4f5f5b6 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)?"}} |