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 cb393f4 commit 2d37f21Copy full SHA for 2d37f21
clang/test/Driver/cl-options.c
@@ -299,7 +299,7 @@
299
// RUN: %clang_cl /d1PP -### -- %s 2>&1 | FileCheck -check-prefix=d1PP %s
300
// d1PP: -dD
301
302
-// RUN: %clang_cl /c /QIntel-jcc-erratum -### -- %s 2>&1 | FileCheck -check-prefix=jcceratum %s
+// RUN: %clang_cl --target=i686-pc-windows-msvc /c /QIntel-jcc-erratum -### -- %s 2>&1 | FileCheck -check-prefix=jcceratum %s
303
// jcceratum: "-mllvm" "-x86-branches-within-32B-boundaries"
304
305
@@ -471,7 +471,6 @@
471
// RUN: /openmp:experimental \
472
// RUN: /Qfast_transcendentals \
473
// RUN: /QIfist \
474
-// RUN: /QIntel-jcc-erratum \
475
// RUN: /Qimprecise_fwaits \
476
// RUN: /Qpar \
477
// RUN: /Qpar-report:1 \
0 commit comments