Displaying 3 results from an estimated 3 matches for "zjz".
Did you mean:
jz
2010 Feb 28
2
[LLVMdev] Tag number of OCaml Variant in executionengine
...;some' should have a tag 0. We dont have a runtime error
for this, the reason might be there is only two constructors, one
is None represented as unboxed int, the other is Some represented
as a tagged block, and OCaml runtime may only distinguish them
as the structures, but not the tag number.
Zjz
233 /* string -> ExecutionEngine.t -> llvalue option */
234 CAMLprim value llvm_ee_find_function(value Name,
LLVMExecutionEngineRef EE) {
235 CAMLparam1(Name);
236 CAMLlocal1(Option);
237 LLVMValueRef Found;
238 if (LLVMFindFunction(EE, String_val(Name), &Found))
239 CAMLretu...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...$9>B+x-Q+zqHc)xS`e1Z6SN4?t^y;6*vok4p!dU`&Re!oNi^uqn(
z&ke}y7n%vpA8301Sb4w0|MX(~;!g;;9PsT`yh3Xjm>>;HCk$?-gWVc<&X=UDWm+G_
z*&+5Mqtw$7#uj2xc at E;a85iEUn;VcUI>ch8Fz{5GeBULhJgtz}A^VXG2b~TFokUWr
z>}lS0y~zCsju6cu5^EEmsq1chptCk~R%eGpzYR(Sg%}H&7)wwB0?r^#(G|{v0`^JI
zs^^*ZjzS}osT<Z9<rx$C78AL4mwo$<>Dq}%5cwD8e~8As9Do9y0ToqvexdS}Y}0yn
zZwxea-mL@;mWq6K`Qd_=Kts$=PfR`Ju+10T3mV)TrC|;W{Q?Vp1q*%j|FBOyQ3RJ?
zkUmhhU3ML23u2_VWAQ9Zt>Fpr<M)7#OX|VHbG%{o^_=bwkxST;Zpg+6vuH&W6&?h*
z>i>fh+7&Y_bPg=^FIb{JDA5wo0Ww{XA8M4F`3%IuwEqWR=fZ0mIj>wL;Y3y8MD`oo
z...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking