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

           Summary: TableGen should allow inclusion of c header files
           Product: libraries
           Version: 2.5
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Transformation Utilities
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Currently, many 'enums' must be kept manually in sync between .td files and c++
header files.

It would be very useful if TableGen would allow c/cpp header files to be
included, and allow enum or constant names to be used in record definitions.

For example, instruction opcodes and condition codes.


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to