]> granicus.if.org Git - clang/commitdiff
This test fails if there is no integrated assembler, so change the -c option to ...
authorDouglas Yung <douglas.yung@sony.com>
Tue, 1 May 2018 23:32:09 +0000 (23:32 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Tue, 1 May 2018 23:32:09 +0000 (23:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331318 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/config-file4.c

index 9231ab64e1570c0bef22ef107b45a50136b28eae..19ef7d50cd4e46ad2904c705f5f795b3d5da4c23 100644 (file)
@@ -1,2 +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
+// RUN: %clang --config %S/Inputs/empty.cfg -Wall -Wextra -Wformat -Wstrict-aliasing -Wshadow -Wpacked -Winline -Wimplicit-function-declaration -S %s -O2 -o /dev/null -v 2>&1 | FileCheck %s -check-prefix PR37196
 // PR37196: Configuration file: {{.*}}empty.cfg