[LLVMdev] Eliminating the 'void' type

Lyu Mitnick mitnick.lyu at gmail.com
Wed Apr 25 08:07:51 PDT 2012


Hello,

The attachment is a patch which eliminate the "void" type only in
lib/VMCore. I can build libLLVMCore.a
successfully. However this patch didn't involve necessary modification of
the other part of LLVM. I
am wondering to know whether the modification is exactly what we want in
eliminating the "void" type?
I would like to use this patch as a starting point to eliminate the "void"
type in LLVM. And I have some
questions as follows:

(1) What is the API of ReturnInst constructor if eliminating the void type?
(2) I would like to eliminate void type progressively in LLVM. Is there any
method to test each library of
     LLVM part by part?

Thanks a lot

Mitnick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120425/bd582807/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eliminate_void.patch
Type: application/octet-stream
Size: 7246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120425/bd582807/attachment.obj>


More information about the llvm-dev mailing list