mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 23:29:03 +00:00
7 lines
208 B
Zig
7 lines
208 B
Zig
pub use @cImport({
|
|
@cInclude("llvm-c/Core.h");
|
|
@cInclude("llvm-c/Analysis.h");
|
|
@cInclude("llvm-c/Target.h");
|
|
@cInclude("llvm-c/Initialization.h");
|
|
@cInclude("llvm-c/TargetMachine.h");
|
|
});
|