Closed
Description
Did something just update in the past few hours that breaks the build on macOs? My code now fails to compile, showing this error:
Basic Block in function '_ZN7lalrpop3tok9Tokenizer10take_until17h0db094dbe1039a64E' does not have terminator!
label %9
in function _ZN7lalrpop3tok9Tokenizer10take_until17h0db094dbe1039a64E
LLVM ERROR: Broken function found, compilation aborted!
error: could not compile `lalrpop`
...which $ cargo tree
shows is being imported by starlark-rust
:
├── starlark v0.4.0 (https://github.com/facebookexperimental/starlark-rust#094f681e)
...
│ ├── lalrpop-util v0.19.6
│ │ └── regex v1.5.4 (*)
Metadata
Metadata
Assignees
Labels
No labels