send2vinnie / mclinker

Automatically exported from code.google.com/p/mclinker
Other
0 stars 0 forks source link

mcld gets segmentation fault when it has no options #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
just type `mcld' and segmentation fault occurs.

Fix at Revision 3f769749f9ab.

Change the numeric attribute of OptInputFiles from llvm::cl::ZeroOrMore to 
llvm::cl::OneOrMore.

Original issue reported on code.google.com by LubaTang on 17 Jul 2012 at 7:59