llvm-capstone/clang/test/InterfaceStubs
Michał Górny 1609a5d771 [clang] [test] Use %clang_cc1 substitution consistently
Use the `%clang_cc1` substitution consistently across the test suite,
replacing inline `%clang -cc1` invocations, except for one Preprocessor
test where this is causing breakage.  This is necessary to ensure that
additional parameters passed via `%clang` do not interfere with `-cc1`
that must always be passed as the first command-line argument.

Remove the additional substitution blocking `%clang_cc1` use in Driver
tests.  It has been added in 2013 and was supposed to prevent tests
calling `clang -cc1` from being added to Driver.  The state of the test
suite proves that it did not succeed at all.

Differential Revision: https://reviews.llvm.org/D134880
2022-09-29 20:59:00 +02:00
..
bad-format.cpp
blocks.c
class-template-partial-specialization.cpp
class-template-specialization.cpp
conflict-type.ifs
constructor-using-shadow.cpp
cxx-conversion.cpp
cxxdeduction-guide.cpp
driver-test2.c
driver-test3.c
driver-test.c
empty.c
externstatic.c [clang] [test] Use %clang_cc1 substitution consistently 2022-09-29 20:59:00 +02:00
func.ifs
function-template-specialization.cpp
hidden-class-inheritance.cpp
indirect-field-decl.cpp
inline.c
inline.h
lambda.cpp
merge-conflict-test.c
namespace-alias.cpp
namespace.cpp
non-type-template-parm-decl.cpp
noninstancetypes.c
object-double.c
object-float.c
object.c [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
object.ifs
ppc.cpp
template-constexpr.cpp
template-namespace-function.cpp
template-template-parm-decl.cpp
trycatch.cpp
unresolved-using-typename.cpp
usings.cpp
var-template-specialization-decl.cpp
virtual.cpp
visibility.cpp [test] Change cc1 -fvisibility to -fvisibility= 2022-09-02 12:36:44 -07:00
weak.cpp
windows.cpp
XlinkerInputArgs.cpp