mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-15 12:39:52 +03:00
6fece14cfb
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");
|
|
});
|