Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 7567699

Browse files
committed
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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196730 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2e2d5d7 commit 7567699

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Sema/decl-in-prototype.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1_only -verify %s
1+
// RUN: %clang_cc1 -fsyntax-only -verify %s
22

33
const int AA = 5;
44

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1_only -ast-print %s | FileCheck %s
1+
// RUN: %clang_cc1 -ast-print %s | FileCheck %s
22

33
// This testcase checks the functionality of
44
// Sema::ActOn{Start,End}FunctionDeclarator, specifically checking that

0 commit comments

Comments
 (0)