Brian R. Gaeke
2003-May-23 00:00 UTC
[LLVMdev] Bug: GCCLD bugs section of How to Submit a Bug
The quoted command line prints an error. 129 gally> gccld -debug-pass=Arguments < /dev/null -o - > /dev/null Not enough positional command line arguments specified! Must specify at least 1 positional arguments: See: gccld --help Instead, use: 126 gally> as < /dev/null > null.bc 127 gally> gccld -debug-pass=Arguments null.bc Pass Arguments: -constmerge -funcresolve -internalize -globaldce -- gaeke at uiuc.edu