[PATCH] D116857: [libunwind] [sparc] Add SPARCv9 support

Sam James via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 12:28:37 PST 2022


thesamesam accepted this revision.
thesamesam added a comment.

Thank you for your work and responsiveness!

- Builds on Gentoo's SPARC64 at commit 0ee7a2c3046d465b199375bfe212d3d209967b03 <https://reviews.llvm.org/rG0ee7a2c3046d465b199375bfe212d3d209967b03>.
- Tests pass too!

  -- Testing: 11 tests, 11 workers --
  UNSUPPORTED: llvm-libunwind-shared.cfg.in :: floatregister.pass.cpp (1 of 11)
  UNSUPPORTED: llvm-libunwind-shared.cfg.in :: signal_unwind.pass.cpp (2 of 11)
  UNSUPPORTED: llvm-libunwind-shared.cfg.in :: remember_state_leak.pass.sh.s (3 of 11)
  UNSUPPORTED: llvm-libunwind-shared.cfg.in :: unwind_leaffunction.pass.cpp (4 of 11)
  PASS: llvm-libunwind-shared.cfg.in :: alignment.compile.pass.cpp (5 of 11)
  PASS: llvm-libunwind-shared.cfg.in :: frameheadercache_test.pass.cpp (6 of 11)
  PASS: llvm-libunwind-shared.cfg.in :: libunwind_02.pass.cpp (7 of 11)
  PASS: llvm-libunwind-shared.cfg.in :: unw_getcontext.pass.cpp (8 of 11)
  PASS: llvm-libunwind-shared.cfg.in :: signal_frame.pass.cpp (9 of 11)
  PASS: llvm-libunwind-shared.cfg.in :: libunwind_01.pass.cpp (10 of 11)
  PASS: llvm-libunwind-shared.cfg.in :: forceunwind.pass.cpp (11 of 11)
  
  Testing Time: 0.35s
    Unsupported: 4
    Passed     : 7
  >>> Completed testing sys-libs/llvm-libunwind-14.0.0.9999


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

https://reviews.llvm.org/D116857



More information about the llvm-commits mailing list