The patch fixes second argument of FMV resolvers, it is pointer to an
extendible struct containing hwcap and hwcap2 not a unsigned long hwcap2.
Also fixes FMV features caching in resolver.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good. This matches https://github.com/ARM-software/abi-aa/blob/main/sysvabi64/sysvabi64.rst#gnu-c-library-ifunc-interface
The patch fixes second argument of FMV resolvers, it is pointer to an
Nit: avoid using abbreviation for less common terms like FMV. Just expand it.