From 1f031ccac56820467eff9b6d620dffca78ce122c Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 27 Jun 2018 19:14:32 +0000 Subject: Vendor import of clang 6.0.1 release r335540: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_601/final@335540 --- test/Driver/config-file4.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/Driver/config-file4.c (limited to 'test/Driver/config-file4.c') diff --git a/test/Driver/config-file4.c b/test/Driver/config-file4.c new file mode 100644 index 000000000000..9231ab64e157 --- /dev/null +++ b/test/Driver/config-file4.c @@ -0,0 +1,2 @@ +// RUN: %clang --config %S/Inputs/empty.cfg -Wall -Wextra -Wformat -Wstrict-aliasing -Wshadow -Wpacked -Winline -Wimplicit-function-declaration -c %s -O2 -o /dev/null -v 2>&1 | FileCheck %s -check-prefix PR37196 +// PR37196: Configuration file: {{.*}}empty.cfg -- cgit v1.2.3