[LLVMbugs] [Bug 3839] TableGen should allow inclusion of c header files

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Mar 19 22:03:32 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=3839


Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Chris Lattner <clattner at apple.com>  2009-03-20 00:03:32 ---
Sorry, but this would require building an entire C front-end into tblgen for
this to work reasonably.  I recommend defining these enums in the .td file and
using a tblgen backend to produce the C header.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list