[LLVMbugs] [Bug 560] [commandline] empty-string argument not	allowed as argument
    bugzilla-daemon at cs.uiuc.edu 
    bugzilla-daemon at cs.uiuc.edu
       
    Tue May 10 16:21:25 PDT 2005
    
    
  
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=560
sabre at nondot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.5
------- Additional Comments From sabre at nondot.org  2005-05-10 18:21 -------
Fixed, patch here:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050509/026191.html
The CommandLine library was using "" as a sentinal for 'no argument', which
caused it to be unable to distinguish between real "" args and non-present args.
-Chris
------- 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