[PATCH] D39251: [libunwind] Fix building for ARM with dwarf exception handling

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 1 22:33:21 PDT 2017


compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.


================
Comment at: src/Registers.hpp:1481
+  mutable uint32_t _iwmmx_control[4];
 #endif
 };
----------------
Why the change to mark these as mutable?


https://reviews.llvm.org/D39251





More information about the cfe-commits mailing list