fixed local symbols issue for mac

This commit is contained in:
Egor Sheremetov 2024-04-09 21:28:21 +03:00 committed by Roman Venediktov
parent 02d00572d6
commit 3b54121ca8
2 changed files with 59 additions and 59 deletions

View file

@ -14,7 +14,7 @@ type scope = {
}
[@@deriving gt ~options:{ show }]
let label s = "L" ^ s
let label s = "_L" ^ s
let builtin_label s = "B" ^ s
let scope_label i s = label s ^ "_" ^ string_of_int i
let show_scope = show scope