[libcxx-commits] [PATCH] D95200: [test] Add basic _Unwind_ForcedUnwind + exception tests

Vlad Vereschaka via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 2 20:35:08 PST 2021


vvereschaka added a comment.

Hi @MaskRay,

these tests get failed on Windows to ARMv7 Linux cross builder with the following error:

  C:/buildbot/as-builder-1/x-armv7l/llvm-project/libcxxabi/test/forced_unwind1.pass.cpp:37:42: error: typedef '_Unwind_Exception' cannot be referenced with a struct specifier

http://lab.llvm.org:8011/#/builders/60/builds/1855


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95200



More information about the libcxx-commits mailing list