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)
llvm-svn: 331318

clang/test/Driver/config-file4.c

index 9231ab6..19ef7d5 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