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 a364d59 commit 6fe637cCopy full SHA for 6fe637c
clang/include/clang/Driver/CLCompatOptions.td
@@ -428,6 +428,7 @@ def _SLASH_kernel : CLFlag<"kernel">;
428
def _SLASH_LN : CLFlag<"LN">;
429
def _SLASH_MP : CLJoined<"MP">;
430
def _SLASH_openmp : CLFlag<"openmp">;
431
+def _SLASH_openmp_experimental : CLFlag<"openmp:experimental">;
432
def _SLASH_Qfast_transcendentals : CLFlag<"Qfast_transcendentals">;
433
def _SLASH_QIfist : CLFlag<"QIfist">;
434
def _SLASH_Qimprecise_fwaits : CLFlag<"Qimprecise_fwaits">;
clang/test/Driver/cl-options.c
@@ -442,6 +442,7 @@
442
// RUN: /o foo.obj \
443
// RUN: /ofoo.obj \
444
// RUN: /openmp \
445
+// RUN: /openmp:experimental \
446
// RUN: /Qfast_transcendentals \
447
// RUN: /QIfist \
448
// RUN: /Qimprecise_fwaits \
0 commit comments