The request is mentioned on D129053. I feel that having this functionality is
mildly useful (not strong).
- Rename .ctors to .init_array and change sh_type to SHT_INIT_ARRAY (GNU objcopy detects the special name but we don't).
- Craft tests for a new SHT_LLVM_* extension
As --set-section-flags can potentially change the type, we might want to add a specific test to document the behaviour that --set-section-type overrides whatever --set-section-flags does.