Skip to content

Commit ce56bfe

Browse files
committed
Update ignored flags
1 parent 3690c74 commit ce56bfe

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

src/kernel/mconfig.ml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ let ocaml_ignored_flags =
447447
"-dlinear";
448448
"-dparsetree";
449449
"-dshape";
450+
"-dslambda";
450451
"-drawclambda";
451452
"-drawflambda";
452453
"-drawlambda";
@@ -622,6 +623,10 @@ let ocaml_ignored_flags =
622623
"-fno-avx2";
623624
"-favx";
624625
"-fno-avx";
626+
"-ffma";
627+
"-fno-fma";
628+
"-ff16c";
629+
"-fno-f16c";
625630
"-dllvmir";
626631
"-keep-llvmir";
627632
"-llvm-backend";
@@ -632,9 +637,17 @@ let ocaml_ignored_flags =
632637
"-no-cfg-prologue-validate";
633638
"-cfg-prologue-shrink-wrap";
634639
"-no-cfg-prologue-shrink-wrap";
640+
"-cfg-value-propagation";
641+
"-no-cfg-value-propagation";
642+
"-cfg-value-propagation-float";
643+
"-no-cfg-value-propagation-float";
635644
"-gdwarf-pedantic";
636645
"-ddwarf-metrics";
637-
"-afl-instrument"
646+
"-afl-instrument";
647+
"-probes";
648+
"-no-probes";
649+
"-probes-optimized";
650+
"-no-probes-optimized"
638651
]
639652

640653
let ocaml_ignored_parametrized_flags =
@@ -671,8 +684,8 @@ let ocaml_ignored_parametrized_flags =
671684
"-use-runtime";
672685
"-error-style";
673686
"-dump-dir";
674-
"-I-paths";
675-
"-H-paths";
687+
"-I-manifest";
688+
"-H-manifest";
676689
(* flambda-backend specific *)
677690
"-extension";
678691
"-extension-universe";

0 commit comments

Comments
 (0)