[LLVMbugs] [Bug 560] NEW: empty-string argument not allowed though lli?
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue May 10 05:18:47 PDT 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=560
Summary: empty-string argument not allowed though lli?
Product: tools
Version: 1.4
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: lli
AssignedTo: unassignedbugs at nondot.org
ReportedBy: mflatt at cs.utah.edu
When I try to run a program with like this:
lli a.out.bc ""
I get
<program arguments>... option: requires a value!
but I really do want to pass the empty string as the argument to
my program. The error seems to come from lli.
------- 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