We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1119a08 commit c826c07Copy full SHA for c826c07
clang/test/Modules/crash-vfs-include-pch.m
@@ -10,7 +10,7 @@
10
11
// RUN: env FORCE_CLANG_DIAGNOSTICS_CRASH= TMPDIR=%t TEMP=%t TMP=%t \
12
// RUN: not %clang %s -E -include-pch %t/out/pch-used.h.pch -fmodules -nostdlibinc \
13
-// RUN: -fimplicit-module-maps -fbuiltin-headers-in-system-modules \
+// RUN: -fimplicit-module-maps -Xclang -fbuiltin-headers-in-system-modules \
14
// RUN: -fmodules-cache-path=%t/cache -O0 -Xclang -fno-validate-pch \
15
// RUN: -isystem %S/Inputs/System/usr/include -o %t/output.E 2>&1 | FileCheck %s
16
0 commit comments