mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
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.
5 lines
79 B
Zig
5 lines
79 B
Zig
pub use @cImport({
|
|
@cInclude("config.h");
|
|
@cInclude("zig_llvm.h");
|
|
});
|