Skip to content

Commit 53e4d80

Browse files
author
git apple-llvm automerger
committed
Merge commit 'e256a775ebfc' from llvm.org/master into apple/master
2 parents 402ed98 + e256a77 commit 53e4d80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/include/clang/Driver/CLCompatOptions.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ def _SLASH_LN : CLFlag<"LN">;
446446
def _SLASH_MP : CLJoined<"MP">;
447447
def _SLASH_Qfast_transcendentals : CLFlag<"Qfast_transcendentals">;
448448
def _SLASH_QIfist : CLFlag<"QIfist">;
449+
def _SLASH_QIntel_jcc_erratum : CLFlag<"QIntel-jcc-erratum">;
449450
def _SLASH_Qimprecise_fwaits : CLFlag<"Qimprecise_fwaits">;
450451
def _SLASH_Qpar : CLFlag<"Qpar">;
451452
def _SLASH_Qpar_report : CLJoined<"Qpar-report">;

clang/test/Driver/cl-options.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@
458458
// RUN: /openmp:experimental \
459459
// RUN: /Qfast_transcendentals \
460460
// RUN: /QIfist \
461+
// RUN: /QIntel-jcc-erratum \
461462
// RUN: /Qimprecise_fwaits \
462463
// RUN: /Qpar \
463464
// RUN: /Qpar-report:1 \

0 commit comments

Comments
 (0)