search for: e3f427d3

Displaying 3 results from an estimated 3 matches for "e3f427d3".

2011 Dec 19
0
[LLVMdev] Extend named metadata support in the LLVM C API
On Sat, Dec 17, 2011 at 9:33 PM, Andrew Wilkins <axwalk at gmail.com> wrote: > Hi folks, > > I'm working on an LLVM-based Go compiler as a hobby project. I'm using Go > bindings to the LLVM C API, and have found that the latter does not have > full support for named metadata, which means I can't (easily/sensibly) > export debug information. Namely, you
2011 Dec 19
1
[LLVMdev] Extend named metadata support in the LLVM C API
...he project. > Thanks, Chandler. There's no rush, I can wait until people return from vacation. Regards, -- Andrew Wilkins http://awilkins.id.au -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111219/e3f427d3/attachment.html>
2011 Dec 18
2
[LLVMdev] Extend named metadata support in the LLVM C API
Hi folks, I'm working on an LLVM-based Go compiler as a hobby project. I'm using Go bindings to the LLVM C API, and have found that the latter does not have full support for named metadata, which means I can't (easily/sensibly) export debug information. Namely, you can't create or update named metadata. I sent a patch to the llvm-commits list last weekend, but haven't had any