[driver] [analyzer] Fix buildbots after r349824.

Buildbots can't find the linker, which we don't really need in our tests.

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

rdar://problem/46504165

llvm-svn: 349828
This commit is contained in:
Artem Dergachev 2018-12-20 21:45:33 +00:00
parent 14cfa9ae2e
commit 59166506bc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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