This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6281a511e1
zig
/
src-self-hosted
/
c.zig
5 lines
79 B
Zig
Raw
Normal View
History
Unescape
Escape
self-hosted: link with LLVM
2017-12-11 20:34:59 -08:00
pub
use
@cImport
(
{
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 16:44:08 -08:00
@cInclude
(
"
config.h
"
)
;
@cInclude
(
"
zig_llvm.h
"
)
;
self-hosted: link with LLVM
2017-12-11 20:34:59 -08:00
}
)
;