[LLVMbugs] [Bug 4159] New: forward_as does not use second argument
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue May 5 09:04:42 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4159
Summary: forward_as does not use second argument
Product: tools
Version: trunk
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: TableGen
AssignedTo: unassignedbugs at nondot.org
ReportedBy: martin.nowack at inf.tu-dresden.de
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2956)
--> (http://llvm.org/bugs/attachment.cgi?id=2956)
patch to fix forward
Using forward_as to substitute a parameter with a new one does not use the new
parameter in the generated file. This bug at least exists for 2.5
Patch attached to fix this.
By the way, please update the online documentation
(http://www.llvm.org/docs/CompilerDriver.html).
The provided example for forward_as omits the comma between the arguments.
--
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