search for: 2cd56c2a

Displaying 2 results from an estimated 2 matches for "2cd56c2a".

2011 Dec 19
0
[LLVMdev] Extend named metadata support in the LLVM C API
...ok through them, I just didn't want you to misunderstand any subsequent delays. The next two weeks tend to be the slowest for reviews on the project. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111219/2cd56c2a/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