Displaying 2 results from an estimated 2 matches for "funcresolve".
2003 May 23
0
[LLVMdev] Bug: GCCLD bugs section of How to Submit a Bug
...nts < /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
2005 Apr 22
0
[LLVMdev] Need help with bugpoint for codegen problem
On Fri, Apr 22, 2005 at 02:32:25AM +0200, Markus F.X.J. Oberhumer wrote:
> Ok, after pasting the output from "gccas -debug-pass=Arguments
> </dev/null -o - >/dev/null" I get the following:
>
> bugpoint -verify -lowersetjmp -funcresolve -raiseallocs -simplifycfg
> -mem2reg -globalopt -globaldce -ipconstprop -deadargelim -instcombine
> -simplifycfg -prune-eh -inline -argpromotion -raise -tailduplicate
> -simplifycfg -scalarrepl -instcombine -tailcallelim -simplifycfg
> -loopsimplify -licm-reassociate -instcombine -i...