buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.16k stars 32 forks source link

Runtime error "Could not create OrcJIT" #130

Closed cekongnetcv closed 1 year ago

cekongnetcv commented 1 year ago

when run "buzz hello.buzz",result is error: "Unable to find target for this triple (no targets are registered) thread 19425 panic: Could not create OrcJIT Aborted"

giann commented 1 year ago

Fixed it. I'm working on the JIT compiler and it's off by default but was still instanciated. Thanks for the report.