Jelajahi Sumber

This test fails if there is no integrated assembler, so change the -c option to -S as it is not important to the test and allows it to pass when there is no integrated assembler.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@331318 91177308-0d34-0410-b5e6-96231b3b80d8
Douglas Yung 7 tahun lalu
induk
melakukan
fd51227af0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      test/Driver/config-file4.c

+ 1 - 1
test/Driver/config-file4.c

@@ -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