Displaying 1 result from an estimated 1 matches for "func_llvm_sin_f64_pal".
2012 May 28
1
[LLVMdev] VMKIT: Error while producing LLVMruntime.inc (using llvm-as and llc)
...trListPtr.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.begin(), Attrs.end());
func_llvm_cos_f64_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end());
func_llvm_memcpy_i32_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end());
func_llvm_memset_i32_PAL = AttrListPtr::get(Attrs.begin(), Attrs.end());
func_llvm_frameaddress_PAL...