lld-sys 1.2.0

bindings for ld.lld core
1
2
3
extern "C" {
    pub fn LLDELFLink(args: *const *const libc::c_char, size: libc::size_t) -> libc::c_int;
}