I want to modify the clang codegen module to create a gcc builtin function (e.g. __builtin_frame_address) call using Builder.createCall method. Any suggestion how to do that?
I want to modify the clang codegen module to create a gcc builtin function (e.g. __builtin_frame_address) call using Builder.createCall method. Any suggestion how to do that?