]> granicus.if.org Git - clang/commitdiff
There's no such thing as %clang_cc1_only
authorAlp Toker <alp@nuanti.com>
Sun, 8 Dec 2013 18:49:11 +0000 (18:49 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 8 Dec 2013 18:49:11 +0000 (18:49 +0000)
These were being substituted into approximately the following:

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196730 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/decl-in-prototype.c
test/Sema/fn-ptr-as-fn-prototype.c

index 05b8e0a1c3bf312812985ffa1626cc570372eb46..877f887392422275acacd92e7a6f18a6f9af114f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1_only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
 
 const int AA = 5;
 
index cf95c97746813d0868b0bbd9b55c8d6e81129c70..4b01b1316e1087f03c3dfe8473492c619f387ef4 100644 (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