mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 23:29:03 +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.
4 lines
79 B
Zig
4 lines
79 B
Zig
pub use @cImport({
|
|
@cInclude("config.h");
|
|
@cInclude("zig_llvm.h");
|
|
});
|