Switch %clang -cc1 tests to %clang_cc1

llvm-svn: 193561
This commit is contained in:
Alp Toker 2013-10-28 23:47:09 +00:00
parent a56bbf0c8c
commit 93c33c1be6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang -cc1 -analyze -analyzer-checker=core,debug.ExprInspection %s -analyzer-output=text -verify
// RUN: %clang_cc1 -analyze -analyzer-checker=core,debug.ExprInspection %s -analyzer-output=text -verify
void clang_analyzer_eval(bool);

View File

@ -1,4 +1,4 @@
// RUN: %clang -cc1 -triple x86_64-unknown-unknown -std=c++11 -verify %s
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -std=c++11 -verify %s
// Error cases.