mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 04:06:20 +00:00
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:
parent
a644314b68
commit
ffe34a805d
@ -1,4 +1,4 @@
|
||||
// RUN: %clang_cc1_only -verify %s
|
||||
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
||||
|
||||
const int AA = 5;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user