LLVM: move many DeclGen methods to Object
DeclGen/FuncGen methods are for things that pertain to a particular declaration or function, while Object methods are for things that pertain to the entire LLVM Module. Many methods were in the wrong category, such as type and value lowering. This is a prerequisite commit for a local branch I am working on, which needs to be able to call lowerValue() without the context of any particular function or declaration.
This commit is contained in:
1823
src/codegen/llvm.zig
1823
src/codegen/llvm.zig
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user