[LLVMdev] wxGTK sample app compiled by llvm crashes on arm
Anton Korobeynikov
anton at korobeynikov.info
Mon Dec 6 00:12:18 PST 2010
> memory. AsĀ I mentioned earlier, If I explicitly allocate memory using new
> operation then everything works fine. Please let me know why do we actually
> fail without using new, that to a arbitrary pointer which is never used in
> the program.
x86 and ARM have different ABIs, so you was just lucky. You can read
e.g. http://llvm.org/docs/FAQ.html#platformindependent for more
information.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-dev
mailing list