Removing LLVM content from CommonMethods -> ConstMethods
This commit is contained in:
parent
e224f063e8
commit
a1d0d4f943
25 changed files with 55 additions and 124 deletions
|
@ -10,10 +10,10 @@
|
|||
|
||||
mod builder;
|
||||
mod backend;
|
||||
mod common;
|
||||
mod consts;
|
||||
mod type_;
|
||||
|
||||
pub use self::builder::BuilderMethods;
|
||||
pub use self::backend::Backend;
|
||||
pub use self::common::{CommonMethods, CommonWriteMethods};
|
||||
pub use self::consts::ConstMethods;
|
||||
pub use self::type_::TypeMethods;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue