[PATCH] D41906: [libunwind][PPC64] Added vector registers.

2018-01-16 Thread Martin Storsjö via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL322596: [PPC64] Added vector registers. (authored by mstorsjo, committed by ). Repository: rL LLVM https://reviews.llvm.org/D41906 Files: libunwind/trunk/include/__libunwind_config.h libunwind/tru

[PATCH] D41906: [libunwind][PPC64] Added vector registers.

2018-01-16 Thread Martin Storsjö via Phabricator via cfe-commits
mstorsjo added a comment. No objections from me on this. There were a few stray cosmetic changes that perhaps could be split out, but it's not big enough that I'd object to it. So if @compnerd doesn't mind, I'll commit this. Repository: rL LLVM https://reviews.llvm.org/D41906 ___