Evgeny Ukhanov
Evgeny Ukhanov
@TheDan64 For example, I have `main` function in LLVM: ``` use inkwell::context::Context; use inkwell::execution_engine::JitFunction; use inkwell::OptimizationLevel; use std::path::Path; type AppFunc = unsafe extern "C" fn(u64, u64, u64) -> u64; type...
I'm sorry porbabely for simple question, but how I can invoke external functions using `ikwell`? Also do you know some more easy way build/compile from Rust standalong LLVM app?
Same thing on Ubuntu 16.04
@louis030195 if you asked about GoWin EDA - it's not supported under Mac. But you easely can use VSCode with LashiLabs extension. If you ask to synth and burn. Here...
As it is provided new trait: https://github.com/rust-ethereum/evm/blob/master/src/backend/mod.rs And it is really unclear, because previously: https://github.com/rust-ethereum/evm/blob/v0.36.0/src/backend/mod.rs#L30C13-L30C13 for apply operation was provided: ``` pub enum Apply { /// Modify or create at...
Thank @daveverwer There's my [example CI](https://github.com/mrLSD/llvm-lib-rs/blob/master/.github/workflows/lints.yml) how to manage LLVM environment for MacOS. Alternatively just add `pkg-config` file, and build will pass for. Please which way is appropriate, and I...