[LLVMdev] bugpoint question
Hal Finkel
hfinkel at anl.gov
Fri Nov 22 19:14:13 PST 2013
----- Original Message -----
> From: "reed kotler" <rkotler at mips.com>
> To: LLVMdev at cs.uiuc.edu
> Sent: Friday, November 22, 2013 8:40:24 PM
> Subject: [LLVMdev] bugpoint question
>
> This is my first time using bugpoint. I'm getting the following
> error:
>
> /home/rkotler/llvmw/install/bin/bugpoint -run-llc casts.bc
> --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
> 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
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory
More information about the llvm-dev
mailing list