From b1cfa923bee5210fd78c7508d1af92dde3361c8c Mon Sep 17 00:00:00 2001 From: Timon Kruiper Date: Wed, 6 Jan 2021 01:27:06 +0100 Subject: stage2: rename and move files related to LLVM backend --- src/Compilation.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Compilation.zig') diff --git a/src/Compilation.zig b/src/Compilation.zig index 9912520437..77f9f79bae 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -2116,7 +2116,7 @@ pub fn addCCArgs( try argv.append("-D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS"); } - const llvm_triple = try @import("llvm_backend.zig").targetTriple(arena, target); + const llvm_triple = try @import("codegen/llvm.zig").targetTriple(arena, target); try argv.appendSlice(&[_][]const u8{ "-target", llvm_triple }); switch (ext) { -- cgit v1.2.3