rename target to polkavm

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-05-02 08:47:44 +02:00
parent 9fc24af355
commit 336fc63f1d
112 changed files with 876 additions and 873 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//! This crate vendors EVM related standard library functionality and provides a LLVM module,
//! exporting the standard library functions.
//! The standard library code is inherited and adapted from [0].
//! [0]: [https://github.com/matter-labs/era-compiler-llvm/blob/v1.4.1/llvm/lib/Target/EraVM/eravm-stdlib.ll]
//! [0]: [https://github.com/matter-labs/era-compiler-llvm/blob/v1.4.1/llvm/lib/Target/PolkaVM/polkavm-stdlib.ll]
use inkwell::{context::Context, memory_buffer::MemoryBuffer, module::Module, support::LLVMString};