search for: libmybackend

Displaying 1 result from an estimated 1 matches for "libmybackend".

Did you mean: libbackend
2007 Mar 23
1
[LLVMdev] strange pass behaviour
...ff as .so libraries under linux and i am using the amd64 version with a self compiled llvm-gcc. With this call it works: opt --load=/llvm/Debug/lib/MParSchedule.so -MParSchedule -f -o opt.o a.out.bc With the following it won't: llc --load=/llvm/Debug/lib/MParSchedule.so -load=/llvm/Debug/lib/libMyBackend.so -f -march=MyBackend a.out.bc I am quite puzzled and would be happy if anyone would have a suggestion what goes wrong. Which means the linefor the first instruction of the second block processed is missing (tmp1) for my unoptimized example bytecode attached. Am i not allowed to load a pass dyn...