Did AC6 remove --feedback option from linker optimization?
I am getting an error finding replacement for this feature that removed unused section list from the final binary.
I needed to read more on --feedback, and as you mentioned, linker does not do the lifting here. Thanks for mentioning that.
I am now migrating the feedback feature to lto.
Can you share a page on ARM documentation where to find a note that says that --feedback option is no longer supported by AC6. This will greatly help me link webpage for my own reference and documentation. Thank you so much!
Hello, I thought it would be in this table:
https://developer.arm.com/documentation/100068/0621/Migrating-from-armcc-to-armclang/Migration-of-compiler-command-line-options-from-Arm-Compiler-5-to-Arm-Compiler-for-Embedded-6
But I do not see it listed. I will get it added in a future version.