Dear Champs,
Is there any pragma to set section for 'switch/case' statement of C language in CLANG compiler?
When switch statement was used, it was allocated in '.rodata' region, not '.text'.
My customer wants to check this '.rodata' section for switch to specific section like '.rodata_fusa', and wants to check if there is pragma for switch statement like below for variables and data to allocate codes into separated section.
Thanks and Best Regards,
SI.