search for: l227_abortmsg

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

2005 May 13
0
[LLVMdev] LongTy in LowerInvoke.cpp
...005, Markus F.X.J. Oberhumer wrote: >> >>> There is still one unneeded LongTy in LowerInvoke.cpp - something like >>> this pseudo-diff should probably get applied. >> >> >> What does this impact? > > This causes code like > > write(2, (&(l227_abortmsg[0ll])), 95); > > in the CBE, which not all 32-bit compilers do like. Ah ok, in that case, the CBE should be fixed. There are other cases that could cause long arguments to exist on 32-bit systems. If the C compiler takes issue with this, it would be best to tell the CBE to emit casts to...