![]() 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 |
||
---|---|---|
.. | ||
XlinkerInputArgs.cpp | ||
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-test.c | ||
driver-test2.c | ||
driver-test3.c | ||
empty.c | ||
externstatic.c | ||
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 | ||
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 | ||
weak.cpp | ||
windows.cpp |