move x86 to codegen.x86

This commit is contained in:
Luna 2019-11-25 21:44:04 -03:00
parent e42a97e192
commit 9a9008247f
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
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{
BackendError,