Skip to content

Commit

Permalink
flambda-backend: Add loop attribute to Builtin_attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Oct 24, 2022
1 parent c0f16e3 commit 85aec7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsing/builtin_attributes.ml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ let builtin_attrs =
; "noalloc"; "ocaml.noalloc"
; "untagged"; "ocaml.untagged"
; "poll"; "ocaml.poll"
; "loop"; "ocaml.loop"
]

let builtin_attrs =
Expand Down

0 comments on commit 85aec7b

Please sign in to comment.