search for: asaic

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

Did you mean: asai
2010 May 02
2
[LLVMdev] Win32 COFF Support
...vm/Support/Debug.h for standard way of doing debug output in > LLVM code. There are bunch of examples in many places. See :- http://llvm.org/docs/ProgrammersManual.html#DEBUG Also trailing commas on enums cause errors on GCC. There are more errors on GCC as well which I will forward you ASAIC. Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100502/769a0999/attachment.html>
2010 May 02
0
[LLVMdev] Win32 COFF Support
Hello, Nathan First of all, I would like to mention that COFF MC backend will be a really good contribution to LLVM! > I have created a minimally functional Win32 COFF Exporter using the new MC > framework. I made some minor changes to other libraries to allow me to plug > it in without building it as part of the LLVM project. I wanted to share it > but wasn't sure how to go
2010 May 01
4
[LLVMdev] Win32 COFF Support
Hi All, I have created a minimally functional Win32 COFF Exporter using the new MC framework. I made some minor changes to other libraries to allow me to plug it in without building it as part of the LLVM project. I wanted to share it but wasn't sure how to go about doing so, so I have attached the code to this message. Any feedback on would be appreciated. -------------- next part