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/analyze.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/analyze.cpp') diff --git a/src/analyze.cpp b/src/analyze.cpp index 9ec4db824c..02cdb3485d 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -14,7 +14,7 @@ #include "os.hpp" #include "parser.hpp" #include "softfloat.hpp" -#include "zig_llvm.hpp" +#include "zig_llvm.h" static const size_t default_backward_branch_quota = 1000; -- cgit v1.2.3