Skip to content

Commit 7bfb439

Browse files
committed
[test] NFC, udpate clang-scan-deps tests to not use -c to avoid driver issues when no integrated assembler is present
Caught by Douglas Yung. llvm-svn: 363742
1 parent e8d8bb5 commit 7bfb439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
33
"directory": "DIR",
4-
"command": "clang -c DIR/regular_cdb.cpp -IInputs -MD -MF DIR/regular_cdb.d",
4+
"command": "clang -E -fsyntax-only DIR/regular_cdb.cpp -IInputs -MD -MF DIR/regular_cdb.d",
55
"file": "DIR/regular_cdb.cpp"
66
},
77
{
88
"directory": "DIR",
9-
"command": "clang -c DIR/regular_cdb.cpp -IInputs -D INCLUDE_HEADER2 -MD -MF DIR/regular_cdb2.d",
9+
"command": "clang -E -fsyntax-only DIR/regular_cdb.cpp -IInputs -D INCLUDE_HEADER2 -MD -MF DIR/regular_cdb2.d",
1010
"file": "DIR/regular_cdb.cpp"
1111
}
1212
]

0 commit comments

Comments
 (0)