[LLVMdev] Bug: GCCLD bugs section of How to Submit a Bug

Brian R. Gaeke gaeke at uiuc.edu
Fri May 23 00:00:01 PDT 2003


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



More information about the llvm-dev mailing list