mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Note how to rebuild bitcode
This commit is contained in:
parent
1f720e460f
commit
c5b7b93593
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
|||
// NOTE: Editing this file on its own does nothing! The procedure for
|
||||
// incorporating changes here is in this crate' README.
|
||||
|
||||
#![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!
|
||||
|
||||
/// TODO replace this with a normal Inkwell build_cast call - this was just
|
||||
/// used as a proof of concept for getting bitcode importing working!
|
||||
#[no_mangle]
|
||||
pub fn i64_to_f64_(num: i64) -> f64 {
|
||||
num as f64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue