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.
2 parents 402ed98 + e256a77 commit 53e4d80Copy full SHA for 53e4d80
clang/include/clang/Driver/CLCompatOptions.td
@@ -446,6 +446,7 @@ def _SLASH_LN : CLFlag<"LN">;
446
def _SLASH_MP : CLJoined<"MP">;
447
def _SLASH_Qfast_transcendentals : CLFlag<"Qfast_transcendentals">;
448
def _SLASH_QIfist : CLFlag<"QIfist">;
449
+def _SLASH_QIntel_jcc_erratum : CLFlag<"QIntel-jcc-erratum">;
450
def _SLASH_Qimprecise_fwaits : CLFlag<"Qimprecise_fwaits">;
451
def _SLASH_Qpar : CLFlag<"Qpar">;
452
def _SLASH_Qpar_report : CLJoined<"Qpar-report">;
clang/test/Driver/cl-options.c
@@ -458,6 +458,7 @@
458
// RUN: /openmp:experimental \
459
// RUN: /Qfast_transcendentals \
460
// RUN: /QIfist \
461
+// RUN: /QIntel-jcc-erratum \
462
// RUN: /Qimprecise_fwaits \
463
// RUN: /Qpar \
464
// RUN: /Qpar-report:1 \
0 commit comments