Displaying 3 results from an estimated 3 matches for "_items".
Did you mean:
items
2008 Apr 27
1
[LLVMdev] Can't invoke an intrinsic?
...157 of Verifier.cpp, there is this code:
Assert1(!F->isIntrinsic() || (i == 0 && isa<CallInst>(I)),
"Cannot take the address of an intrinsic!", &I);
This check appears to have a problem with this line:
invoke void @llvm.memcpy.i32( i8* %._items.i.i, i8*
%._items2.i.i, i32 ptrtoint (i32* getelementptr ([0 x i32]* null, i32 0,
i32 4) to i32), i32 1 )
to label %UnifiedReturnBlock unwind label %failure
...in other words, it appears to be implying that it's not OK to use
'invoke' on an intrinsic. Is that...
2007 Nov 16
1
drag & drop list needs refreshing
...an item on the target div I need to refresh the
page to see that the item has been moved. This happens even if I
render the partial on my controller (just to test it I use only 1 item
stored on the session variable)
[code]
def add_item_to_selected
item_id = params[:id]
session[:selected_items] = item_id
render :partial => ''items''
end
[/code]
The other code is below
[code]
#view
<div id="itemList"><%= render :partial => "item_list"%></div>
<div id="selectedItems"><%= render :partial => "...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters
are specified via kernel command line making it hopefully suitable for
automated migration with a little help of PXE boot.
Patchset is not squashed and represents dev. history.