Displaying 4 results from an estimated 4 matches for "testmips16".
2013 Nov 23
2
[LLVMdev] bugpoint question
...rget mips-linux-gnu -mcpu=mips16 -mips16-constant-islands
Read input file : 'casts.bc'
*** All input ok
Initializing execution environment: Found llc:
/home/rkotler/llvmw/install/bin/llc
Sorry, I can't automatically select a safe interpreter!
Exiting.
rkotler at ubuntu-rkotler:~/testmips16$
Any ideas?
TIA.
Reed
2013 Nov 23
2
[LLVMdev] bugpoint question
In that case it tries to do something but fails.
rkotler at ubuntu-rkotler:~/testmips16$
/home/rkotler/llvmw/install/bin/bugpoint casts.bc -llc-safe
--safe-tool-args -target=mips-linux-gnu -mcpu=mips16
-mips16-constant-islands
Read input file : 'casts.bc'
*** All input ok
Initializing execution environment: Found llc:
/home/rkotler/llvmw/install/bin/llc
Running the...
2013 Nov 23
0
[LLVMdev] bugpoint question
...lvmw/install/bin/llc
> Sorry, I can't automatically select a safe interpreter!
Try using -llc-safe instead of -run-llc. (or specify one of the other "safe" backend options). You may need to specify --safe-tool-args also.
-Hal
>
> Exiting.
> rkotler at ubuntu-rkotler:~/testmips16$
>
> Any ideas?
>
> TIA.
>
> Reed
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
Hal Finkel
Assistan...
2013 Nov 23
0
[LLVMdev] bugpoint question
...;rkotler at mips.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: LLVMdev at cs.uiuc.edu
> Sent: Friday, November 22, 2013 11:18:53 PM
> Subject: Re: bugpoint question
>
> In that case it tries to do something but fails.
>
> rkotler at ubuntu-rkotler:~/testmips16$
> /home/rkotler/llvmw/install/bin/bugpoint casts.bc -llc-safe
> --safe-tool-args -target=mips-linux-gnu -mcpu=mips16
> -mips16-constant-islands
I think that you'll want to provide both --tool-args and --safe-tool-args (with the same arguments).
> Read input file : 'cas...