[driver] [analyzer] Fix redundant test output.

The -c flag causes a .o file to appear every time we run a test.
Remove it.

Differential Revision: https://reviews.llvm.org/D55823

rdar://problem/46504165

llvm-svn: 349835
This commit is contained in:
Artem Dergachev 2018-12-20 21:56:49 +00:00
parent 200ed0147b
commit c93968a5e8
2 changed files with 4 additions and 2 deletions

View File

@ -72,7 +72,8 @@
// Test the driver properly using "analyzer-config-compatibility-mode=true",
// even if -analyze isn't specified.
// RUN: %clang -c -Xclang -analyzer-config -Xclang remember=TheVasa %s
// RUN: %clang -fsyntax-only -Xclang -analyzer-config\
// RUN: -Xclang remember=TheVasa %s
// expected-no-diagnostics

View File

@ -68,7 +68,8 @@
// Test the driver properly using "analyzer-config-compatibility-mode=true",
// even if -analyze isn't specified.
// RUN: %clang -c -Xclang -analyzer-config -Xclang remember=TheVasa %s
// RUN: %clang -fsyntax-only -Xclang -analyzer-config\
// RUN: -Xclang remember=TheVasa %s
// expected-no-diagnostics