[LLVMbugs] [Bug 10118] New: (in_file_option "-i") does not work
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 10 00:40:59 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10118
Summary: (in_file_option "-i") does not work
Product: tools
Version: 2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: llvmc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: idolihal at fit.vutbr.cz
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=6722)
--> (http://llvm.org/bugs/attachment.cgi?id=6722)
.inc
Hi,
I would like to create compiler driver llvmc. But as soon as I use in file
option, error is reported. I use the examples/Skeleton/Autogenerated.td file
and the error is reported in Autogenerated.inc.
Error looks like that:
AutoGenerated.inc: In member function ‘virtual
int<unnamed>::assembler2::GenerateAction(llvmc::Action&, const
llvmc::PathVector&, bool, const llvm::sys::Path&, const
llvmc::InputLanguagesSet&, const llvmc::LanguageMap&) const’:
AutoGenerated.inc:92: error: expected ‘)’ before ‘;’ token
AutoGenerated.inc: In member function ‘virtual
int<unnamed>::assembler2::GenerateAction(llvmc::Action&, const
llvm::sys::Path&, bool, const llvm::sys::Path&, const
llvmc::InputLanguagesSet&, const llvmc::LanguageMap&) const’:
AutoGenerated.inc:128: error: expected ‘)’ before ‘;’ token
I attach Autogenerated.td as well as Autogenerated.in
--
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