diff options
| author | Timon Kruiper <timonkruiper@gmail.com> | 2021-01-06 01:27:06 +0100 |
|---|---|---|
| committer | Timon Kruiper <timonkruiper@gmail.com> | 2021-01-06 10:52:20 +0100 |
| commit | b1cfa923bee5210fd78c7508d1af92dde3361c8c (patch) | |
| tree | 78269824764b068cec780d0947e1e64f8c0abc8b /src/mingw.zig | |
| parent | 31d1ec4c2fd0d1e07e0020b19b7bca8196d7879c (diff) | |
| download | zig-b1cfa923bee5210fd78c7508d1af92dde3361c8c.tar.gz zig-b1cfa923bee5210fd78c7508d1af92dde3361c8c.zip | |
stage2: rename and move files related to LLVM backend
Diffstat (limited to 'src/mingw.zig')
| -rw-r--r-- | src/mingw.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mingw.zig b/src/mingw.zig index d55cc28b2b..0a7669f995 100644 --- a/src/mingw.zig +++ b/src/mingw.zig @@ -405,7 +405,7 @@ pub fn buildImportLib(comp: *Compilation, lib_name: []const u8) !void { }); errdefer comp.gpa.free(lib_final_path); - const llvm = @import("llvm_bindings.zig"); + const llvm = @import("codegen/llvm/bindings.zig"); const arch_type = @import("target.zig").archToLLVM(target.cpu.arch); const def_final_path_z = try arena.dupeZ(u8, def_final_path); const lib_final_path_z = try arena.dupeZ(u8, lib_final_path); |
