-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
Not Prioritized
-
Code Generation Tools
-
CODEGEN-12668
-
ARMCLANG_3.2.2.LTS
-
default
Consider this example source ...
void call(char *);
void example()
{
call("constant string");
}
The "constant string" always goes in a section named .rodata.str1.<number>. There is no method control that section name. This makes it difficult to control the allocation of constant strings in the linker command file. Please provide a way to control the section used for constant strings.