Skip to content

arm: Only produce the PAC/BTI .note section when targeting ELF

Martin Storsjö requested to merge mstorsjo/dav1d:arm-elf-note into master

This avoids build errors if such features are enabled while targeting another binary format. (Using such features on other platforms might require some other form of signaling/setup though, but the ELF specific .note section isn't applicable at least.)

CC @andrekempe-arm

Merge request reports