zig/src-self-hosted/c.zig
Andrew Kelley 6fece14cfb 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.
2017-12-26 19:44:08 -05:00

5 lines
79 B
Zig

pub use @cImport({
@cInclude("config.h");
@cInclude("zig_llvm.h");
});