Hello, I'm implementing support for function pointer calls and I noticed that ->func->sym in 'strut instruction' is not SYM_NODE for function pointers like it is for normal functions. Why is that? LLVM expects us to use LLVMAddFunction() (which requires a name) and pass the returned LLVMValueRef to LLVMBuildCall(). AFAICT, Clang uses the function pointer symbol name as the function name. Pekka -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html