We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27501f8 commit 036fcc8Copy full SHA for 036fcc8
cortex-m-rt/link.x.in
@@ -129,6 +129,12 @@ SECTIONS
129
/* Place the heap right after `.bss` */
130
__sheap = ADDR(.bss) + SIZEOF(.bss);
131
132
+ /* Stack usage metadata emitted by LLVM */
133
+ .stack_sizes (INFO) :
134
+ {
135
+ KEEP(*(.stack_sizes));
136
+ }
137
+
138
/* ## .got */
139
/* Dynamic relocations are unsupported. This section is only used to detect relocatable code in
140
the input files and raise an error if relocatable code is found */
0 commit comments