There's no such thing as %clang_cc1_only

These were being substituted into approximately the following:

  clang -cc1 -internal-isystem ../lib/clang/3.5/include_only

llvm-svn: 196730
This commit is contained in:
Alp Toker 2013-12-08 18:49:11 +00:00
parent a644314b68
commit ffe34a805d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1_only -verify %s
// RUN: %clang_cc1 -fsyntax-only -verify %s
const int AA = 5;

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1_only -ast-print %s | FileCheck %s
// RUN: %clang_cc1 -ast-print %s | FileCheck %s
// This testcase checks the functionality of
// Sema::ActOn{Start,End}FunctionDeclarator, specifically checking that