mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-23 08:28:00 +00:00
@@ -29,12 +29,12 @@ impl IRType {
|
||||
///
|
||||
pub fn file_extension(&self) -> &'static str {
|
||||
match self {
|
||||
Self::Yul => era_compiler_common::EXTENSION_YUL,
|
||||
Self::EthIR => era_compiler_common::EXTENSION_ETHIR,
|
||||
Self::EVMLA => era_compiler_common::EXTENSION_EVMLA,
|
||||
Self::LLL => era_compiler_common::EXTENSION_LLL,
|
||||
Self::LLVM => era_compiler_common::EXTENSION_LLVM_SOURCE,
|
||||
Self::Assembly => era_compiler_common::EXTENSION_ERAVM_ASSEMBLY,
|
||||
Self::Yul => revive_common::EXTENSION_YUL,
|
||||
Self::EthIR => revive_common::EXTENSION_ETHIR,
|
||||
Self::EVMLA => revive_common::EXTENSION_EVMLA,
|
||||
Self::LLL => revive_common::EXTENSION_LLL,
|
||||
Self::LLVM => revive_common::EXTENSION_LLVM_SOURCE,
|
||||
Self::Assembly => revive_common::EXTENSION_ERAVM_ASSEMBLY,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user