Skip to content

Commit 918930a

Browse files
committed
Add ignored flags
1 parent f6471d2 commit 918930a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/kernel/mconfig.ml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ let ocaml_ignored_flags =
521521
"-flambda2-expert-phantom-lets";
522522
"-flambda2-inlining-report-bin";
523523
"-flambda2-join-points";
524-
"-flambda2-result-types";
524+
"-no-flambda2-result-types";
525525
"-flambda2-result-types-all-functions";
526526
"-flambda2-result-types-functors-only";
527527
"-flambda2-speculative-inlining-only-if-arguments-useful";
@@ -554,6 +554,7 @@ let ocaml_ignored_flags =
554554
"-flambda2-advanced-meet";
555555
"-directory";
556556
(* Jane Street specific *)
557+
"-disable-builtin-check";
557558
"-disable-poll-insertion";
558559
"-gdwarf-may-alter-codegen";
559560
"-gno-dwarf-may-alter-codegen";
@@ -614,7 +615,18 @@ let ocaml_ignored_flags =
614615
"-dflambda-heavy-invariants";
615616
"-cfg-eliminate-dead-trap-handlers";
616617
"-no-cfg-eliminate-dead-trap-handlers";
617-
"-module-entry-functions-section"
618+
"-module-entry-functions-section";
619+
"-zero-alloc-checker-details-extra";
620+
"-no-zero-alloc-checker-details-extra";
621+
"-favx512f";
622+
"-fno-avx512f";
623+
"-favx2";
624+
"-fno-avx2";
625+
"-favx";
626+
"-fno-avx";
627+
"-dllvmir";
628+
"-keep-llvmir";
629+
"-llvm-path"
618630
]
619631

620632
let ocaml_ignored_parametrized_flags =

0 commit comments

Comments
 (0)