search for: d11058

Displaying 4 results from an estimated 4 matches for "d11058".

Did you mean: 11058
2015 Jul 13
2
[LLVMdev] String attributes for function arguments and return values
...t now: Function *function; function->setAttributes(function->getAttributes().addAttribute(context, i, "attribute")); But because it’s not supported in LLParser if you dump the function and try to parse it back it will fail. I have a patch to fix this problem: http://reviews.llvm.org/D11058 I consider this part as a bug fix for existing functionality. The second patch is to add accessors to string attributes to Argument and Function classes: http://reviews.llvm.org/D10872 This part is optional because there no code in upstream will make use of it. But if we support string attributes...
2015 Jul 13
2
[LLVMdev] String attributes for function arguments and return values
...t now: Function *function; function->setAttributes(function->getAttributes().addAttribute(context, i, "attribute")); But because it’s not supported in LLParser if you dump the function and try to parse it back it will fail. I have a patch to fix this problem: http://reviews.llvm.org/D11058 I consider this part as a bug fix for existing functionality. The second patch is to add accessors to string attributes to Argument and Function classes: http://reviews.llvm.org/D10872 This part is optional because there no code in upstream will make use of it. But if we support string attributes...
2015 Jul 15
3
[LLVMdev] String attributes for function arguments and return values
...t;getAttributes().addAttribute(context, >>> i, "attribute")); >>> But because it’s not supported in LLParser if you dump the function >>> and try to parse it back it will fail. I have a patch to fix this >>> problem: >>> http://reviews.llvm.org/D11058 <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D11058&d=AwMGaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=QxcZ1dQY-4Fptsg8J_QZvUH5zX3_zJfFtYe_mFFV434&s=yDXYh5H5eycn3Yn6A7bDimwo8jVbqaGav2FdRRIz0lg&e=> >>> I c...
2015 Jul 15
2
[LLVMdev] String attributes for function arguments and return values
...tributes(function->getAttributes().addAttribute(context, >> i, "attribute")); >> But because it’s not supported in LLParser if you dump the function >> and try to parse it back it will fail. I have a patch to fix this >> problem: >> http://reviews.llvm.org/D11058 >> <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D11058&d=AwMGaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=QxcZ1dQY-4Fptsg8J_QZvUH5zX3_zJfFtYe_mFFV434&s=yDXYh5H5eycn3Yn6A7bDimwo8jVbqaGav2FdRRIz0lg&e=> >&gt...