[libcxx-commits] [PATCH] D75954: Cache uwnind frame headers as they are found.

Vlad Vereschaka via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 12 15:45:23 PDT 2020


vvereschaka added a comment.

Hello @saugustine,

here is failed libunwind test on Aarch64 toolchain builder
http://lab.llvm.org:8011/builders/llvm-clang-win-x-aarch64/builds/5660

- FAIL: libunwind:: frameheadercache_test.pass.cpp

with a set of similar errors:

  C:\buildbot\as-builder-2\llvm-clang-win-x-aarch64\llvm-project\libunwind\test/../src/Registers.hpp:3158:59: error: unused parameter 'regNum' [-Werror,-Wunused-parameter]
  
  inline bool Registers_mips_newabi::validFloatRegister(int regNum) const {

would you take care of it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75954





More information about the libcxx-commits mailing list