projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e3af8
)
This test fails if there is no integrated assembler, so change the -c option to ...
author
Douglas Yung
<douglas.yung@sony.com>
Tue, 1 May 2018 23:32:09 +0000
(23:32 +0000)
committer
Douglas 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
patch
|
blob
|
history
diff --git
a/clang/test/Driver/config-file4.c
b/clang/test/Driver/config-file4.c
index
9231ab6
..
19ef7d5
100644
(file)
--- a/
clang/test/Driver/config-file4.c
+++ b/
clang/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