Displaying 3 results from an estimated 3 matches for "setmcrelaxall".
2012 Feb 20
1
[LLVMdev] ARM opcode format
...to generate verbose assembly.
//Target.setAsmVerbosityDefault(true);
//if (RelaxAll) {
// if (FileType != TargetMachine::CGFT_ObjectFile)
// errs() << argv[0]
// << ": warning: ignoring -mc-relax-all because filetype !=
obj";
// else
// Target.setMCRelaxAll(true);
//}
//{
// formatted_raw_ostream FOS(Out->os());
// Ask the target to add backend passes as necessary.
// if (Target.addPassesToEmitFile(PM, FOS, FileType, OLvl, NoVerify)) {
// errs() << argv[0] << ": target does not support generation of this"...
2012 Feb 20
0
[LLVMdev] ARM opcode format
Guillermo,
> I'm sorry I forgot to mention I am compiling the bitcode using the JIT. The
> actual error, I get when I'm trying to get the function to the pointer. I'm
> using a custom front end that translates Android's Dalvik bytecode into LLVM
> bitcode based on Android ICS's modified LLVM version.
ARM JIT is broken in many ways. So, what you're seeing is
2012 Feb 20
3
[LLVMdev] ARM opcode format
Hi,
I'm sorry I forgot to mention I am compiling the bitcode using the JIT. The
actual error, I get when I'm trying to get the function to the pointer. I'm
using a custom front end that translates Android's Dalvik bytecode into
LLVM bitcode based on Android ICS's modified LLVM version.
Thanks,
On Mon, Feb 20, 2012 at 7:55 PM, James Molloy <James.Molloy at arm.com>