[LLVMbugs] [Bug 235] NEW: Tablegen dumps core if you include a nonexistent file
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Feb 12 23:25:19 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=235
Summary: Tablegen dumps core if you include a nonexistent file
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: TableGen
AssignedTo: brukman+bugs at uiuc.edu
ReportedBy: gaeke+bugs at uiuc.edu
Tablegen dumps core if you try to use the "include" statement to include
a file that doesn't exist. For example:
185 zion> echo 'include "../crzjgrdwldiwdc.td"' > whoops.td
186 zion> tblgen whoops.td
Parsing whoops.td:1: Could not find include file '/../crzjgrdwldiwdc.td'!
Abort (core dumped)
Also note the error message has the wrong filename.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list