move x86 to codegen.x86
This commit is contained in:
parent
e42a97e192
commit
9a9008247f
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
pub const llvm = @import("codegen/llvm.zig");
|
pub const llvm = @import("codegen/llvm.zig");
|
||||||
// pub const x86 = @import("codegen/x86.zig");
|
pub const x86 = @import("codegen/x86.zig");
|
||||||
|
|
||||||
pub const CompileError = error{
|
pub const CompileError = error{
|
||||||
BackendError,
|
BackendError,
|
||||||
|
|
Loading…
Reference in a new issue