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/util.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util.hpp') diff --git a/src/util.hpp b/src/util.hpp index 73608b3b08..ce6cc09a59 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -13,8 +13,6 @@ #include #include -#include - #if defined(_MSC_VER) #include -- cgit v1.2.3