From 6fece14cfbb852c108c2094ae0879da76f2f445e Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 26 Dec 2017 19:44:08 -0500 Subject: self-hosted: build against zig_llvm and embedded LLD Now the self-hosted compiler re-uses the same C++ code for interfacing with LLVM as the C++ code. It also links against the same LLD library files. --- src/codegen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codegen.cpp') diff --git a/src/codegen.cpp b/src/codegen.cpp index 552467989e..108b5e0e2e 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -17,7 +17,7 @@ #include "os.hpp" #include "translate_c.hpp" #include "target.hpp" -#include "zig_llvm.hpp" +#include "zig_llvm.h" #include #include -- cgit v1.2.3