r190832 - cl-options.c just use touch to create that .obj file

Hans Wennborg hans at hanshq.net
Mon Sep 16 17:50:43 PDT 2013


Author: hans
Date: Mon Sep 16 19:50:43 2013
New Revision: 190832

URL: http://llvm.org/viewvc/llvm-project?rev=190832&view=rev
Log:
cl-options.c just use touch to create that .obj file

Modified:
    cfe/trunk/test/Driver/cl-options.c

Modified: cfe/trunk/test/Driver/cl-options.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cl-options.c?rev=190832&r1=190831&r2=190832&view=diff
==============================================================================
--- cfe/trunk/test/Driver/cl-options.c (original)
+++ cfe/trunk/test/Driver/cl-options.c Mon Sep 16 19:50:43 2013
@@ -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





More information about the cfe-commits mailing list