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

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 7 22:01:21 PDT 2016


compnerd added inline comments.

================
Comment at: src/UnwindRegistersRestore.S:374
@@ -371,1 +373,3 @@
+@ vldmia r0, {d0-d15}
+  INST_W 0xec900b20
   JMP(lr)
----------------
Cant we get away with `.feature`?  IIRC, that doesn't propagate into the build attributes (it is meant for use in such a situation).


https://reviews.llvm.org/D22464





More information about the llvm-commits mailing list