[PATCH] D21991: [libunwind][ARM] Improve unwinder stack usage - Make WMMX support optional
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 6 20:16:10 PDT 2016
compnerd accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: src/Registers.hpp:1497
@@ -1479,3 +1496,3 @@
_LIBUNWIND_ABORT("unsupported arm register");
}
----------------
Early returns would be nicer imo.
================
Comment at: src/Registers.hpp:1706
@@ -1683,2 +1705,3 @@
+ _LIBUNWIND_ABORT("Unknown ARM float register");
}
----------------
Early returns would be nicer here as well imo.
http://reviews.llvm.org/D21991
More information about the cfe-commits
mailing list