From 1c3441e07c50bec10d7f5d86795ed3d2b4a3a018 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 17 Sep 2013 00:50:43 +0000 Subject: [PATCH] cl-options.c just use touch to create that .obj file git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190832 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/cl-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/cl-options.c b/test/Driver/cl-options.c index 131b48265c..e9e3026e56 100644 --- a/test/Driver/cl-options.c +++ b/test/Driver/cl-options.c @@ -100,7 +100,7 @@ // RUN: %clang_cl /Zs /WX /Zc:forScope /Zc:wchar_t /w12345 /wd1234 /RTC1 -- %s // Ignored options and compile-only options are ignored for link jobs. -// RUN: %clang -c %s -o %t.obj +// RUN: touch %t.obj // RUN: %clang_cl /nologo -### -- %t.obj 2>&1 | FileCheck -check-prefix=LINKUNUSED %s // RUN: %clang_cl /Dfoo -### -- %t.obj 2>&1 | FileCheck -check-prefix=LINKUNUSED %s // RUN: %clang_cl /MD -### -- %t.obj 2>&1 | FileCheck -check-prefix=LINKUNUSED %s -- 2.40.0