File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9079,6 +9079,7 @@ def _SLASH_clr : CLJoined<"clr">;
9079
9079
def _SLASH_d1 : CLJoined<"d1">;
9080
9080
def _SLASH_d2 : CLJoined<"d2">;
9081
9081
def _SLASH_doc : CLJoined<"doc">;
9082
+ def _SLASH_dynamicdeopt : CLJoined<"dynamicdeopt">;
9082
9083
def _SLASH_experimental : CLJoined<"experimental:">;
9083
9084
def _SLASH_exportHeader : CLFlag<"exportHeader">;
9084
9085
def _SLASH_external : CLJoined<"external:">;
Original file line number Diff line number Diff line change 437
437
// RUN: /d1import_no_registry \
438
438
// RUN: /d1nodatetime \
439
439
// RUN: /d2FH4 \
440
+ // RUN: /d2TrimInlines \
440
441
// RUN: /docname \
442
+ // RUN: /dynamicdeopt \
441
443
// RUN: /experimental:external \
442
444
// RUN: /experimental:module \
443
445
// RUN: /experimental:preprocessor \
You can’t perform that action at this time.
0 commit comments