[PATCH] D77433: PowerPCSPE: Stop libunwind from complaining about SPE registers

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 10:18:51 PDT 2020


compnerd added a comment.

The tests that I was requesting were for clang/LLVM.  Testing libunwind is challenging as it requires runtime tests, and that means that in order to test it effectively, you need each type of machine.  I suppose that in theory, you could build a VM based on LLVM's JIT, cross-compile the library, binary translate the code and test it - but that seems incredibly fragile.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77433/new/

https://reviews.llvm.org/D77433





More information about the llvm-commits mailing list