mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Use no_std in the builtins bitcode source
This commit is contained in:
parent
67e68d57b4
commit
dfa514c1fe
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#![crate_type = "lib"]
|
||||
#![no_std]
|
||||
|
||||
// TODO replace this with a normal Inkwell build_cast call - this was just
|
||||
// used as a proof of concept for getting bitcode importing working!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue