search for: a3a19622d131e9f0d981398f54cf6acfc

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

2012 May 28
1
[LLVMdev] VMKIT: Error while producing LLVMruntime.inc (using llvm-as and llc)
vmkit fails to build because llvm-as with llc -march=cpp generate wrong code for AttrListPtr AttrListPtr::get(ArrayRef< AttributeWithIndex >Attrs) http://llvm.org/doxygen/classllvm_1_1AttrListPtr.html#a3a19622d131e9f0d981398f54cf6acfc bellow you can see the faulty generated code llvm-as ./vmkit/lib/vmkit/Compiler/LLVMRuntime.ll -o - | llc -march=cpp -cppgen=contents -o - | grep 'AttrListPtr::get' func_llvm_sqrt_f64_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end()); func_llvm_sin_f64_PAL = AttrListPtr::get(Attrs.b...