Skip to content

Commit 851b0c7

Browse files
authored
Merge pull request #9196 from benlangmuir/test-needs-fbuiltin-headers-in-system-modules-rebranch
Add -fbuiltin-headers-in-system-modules to clang-scan-deps test
2 parents a151c6f + 91ec922 commit 851b0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/ClangScanDeps/modules-include-tree-prefix-map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
[{
316316
"file": "DIR/tu.m",
317317
"directory": "DIR",
318-
"command": "CLANG -target x86_64-apple-darwin10 -fsyntax-only DIR/tu.m -I DIR -isystem DIR/System -fmodules -fimplicit-modules -fimplicit-module-maps -fmodules-cache-path=DIR/module-cache -Rcompile-job-cache"
318+
"command": "CLANG -target x86_64-apple-darwin10 -fsyntax-only DIR/tu.m -I DIR -isystem DIR/System -fmodules -fimplicit-modules -fimplicit-module-maps -fmodules-cache-path=DIR/module-cache -Rcompile-job-cache -Xclang -fbuiltin-headers-in-system-modules"
319319
}]
320320

321321
//--- module.modulemap

0 commit comments

Comments
 (0)