mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 11:13:08 +00:00
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:
parent
d82ab4fd8a
commit
a5e15eced0
1823
src/codegen/llvm.zig
1823
src/codegen/llvm.zig
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user