[LLVMbugs] [Bug 3839] New: TableGen should allow inclusion of c header files
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Mar 18 23:51:48 PDT 2009
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: unassignedbugs at nondot.org
ReportedBy: just.s0m3.guy+llvmbugzilla at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list