[PATCH] D22464: [libunwind][ARM] Fix VFP build attribute for context save/restore code

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 04:02:24 PDT 2016


olista01 added a comment.

.arch_extension only accepts a limited set of architectural extensions, not LLVM target features. There is an "fp" extension, but this refers to the fp-armv8 extension, and requires that the target is currently armv8-a.


https://reviews.llvm.org/D22464





More information about the llvm-commits mailing list