search for: piatlicki

Displaying 4 results from an estimated 4 matches for "piatlicki".

2015 Sep 20
3
LLVM static libs
...ssibility to build LLVM both as static and shared libraries? What I see currently is that our ebuild makes LLVM to build shared libs unconditionally. Is there a possibility (if it is impossible to build both lib types) to at least give to user control on what kind of libs he will have? -- Jauhien Piatlicki -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150920/9723b91d/attachment.sig>
2015 Sep 06
4
Improve JIT C API
Hi all, I would like to have better C API for LLVM JIT, as I have plans to use it from Rust. I've sent already a patch [1] that adds possibility to create custom memory managers based on SectionMemoryManager using C API. What I would like to have now is a possibility to access ORC through C API somehow. The problem here is that ORC uses templates heavily. So I'm looking for any
2015 Sep 08
3
Improve JIT C API
...olunteers. I prefer the second option: I don't > think core developers should be on the hook for maintaining unstable > bindings - that kind of special treatment should be reserved for the stable > API. > > Cheers, > Lang. > > > On Sun, Sep 6, 2015 at 1:52 PM, Jauhien Piatlicki via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Hi all, >> >> I would like to have better C API for LLVM JIT, as I have plans to use >> it from Rust. I've sent already a patch [1] that adds possibility to >> create custom memory managers bas...
2015 Sep 08
2
Improve JIT C API
...m-c for now. I also don't think I'm going to win the argument of "stable moves" so if you'd like to make a new unstable directory I'm perfectly happy with that direction too. Thoughts? -eric > Cheers, > Lang. > > > On Sun, Sep 6, 2015 at 1:52 PM, Jauhien Piatlicki via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi all, >> >> I would like to have better C API for LLVM JIT, as I have plans to use >> it from Rust. I've sent already a patch [1] that adds possibility to >> create custom memory managers based...