search for: c_int64

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

Did you mean: __int64
2017 Jun 21
2
question about llvmlite
...engine = llvm.create_mcjit_compiler(backing_mod, target_machine) mod = llvm.parse_assembly( str( module ) ) mod.verify() engine.add_module(mod) engine.finalize_object() func_ptr = engine.get_function_address("read_instructions") c_fn_fib = CFUNCTYPE(c_int64, c_int64)(func_ptr) Having the above code, when running it, I am stopped with error:AttributeError: 'IMark' object has no attribute 'data' Can anyone help me in this way?Thank you -- This email was Anti Virus checked by Security Gateway. -------------- next part -------...