diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-09-17 00:50:43 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-09-17 00:50:43 +0000 |
commit | 1f84980bbf2ce9e8c4c59eedc9ad859d6e636fe4 (patch) | |
tree | e76062ae280a0f08ed8b5e51eecc7e9f2dfe11e1 /clang/test/Driver/cl-options.c | |
parent | d4d5499d6cbc6b243acd3511263d2e5edb2d6754 (diff) | |
download | bcm5719-llvm-1f84980bbf2ce9e8c4c59eedc9ad859d6e636fe4.tar.gz bcm5719-llvm-1f84980bbf2ce9e8c4c59eedc9ad859d6e636fe4.zip |
cl-options.c just use touch to create that .obj file
llvm-svn: 190832
Diffstat (limited to 'clang/test/Driver/cl-options.c')
-rw-r--r-- | clang/test/Driver/cl-options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c index 131b48265c7..e9e3026e567 100644 --- a/clang/test/Driver/cl-options.c +++ b/clang/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 |