Skip to content

Commit cf21f2b

Browse files
authored
flambda-backend: Mark symbols as having visibility STV_PROTECTED (#2221)
* Mark symbols as having visibility STV_PROTECTED * protected only works on linux systems * typo * add directive for protected * Guard against a flag * Code review
1 parent 6f47b41 commit cf21f2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver/main_args.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ let mk_no_probes f =
296296
"-no-probes", Arg.Unit f, " Ignore [%%probe ..]"
297297
;;
298298

299-
300299
let mk_labels f =
301300
"-labels", Arg.Unit f, " Use commuting label mode"
302301

0 commit comments

Comments
 (0)