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
This commit is contained in:
Douglas Yung 2018-05-01 23:32:09 +00:00
parent aec83b75b7
commit fd51227af0
1 changed files with 1 additions and 1 deletions

View 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