[PATCH] D142572: [AArch64] fix bug #55005 handle DW_CFA_GNU_window_save

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 10:40:19 PST 2023


Amir added a comment.

In D142572#4083109 <https://reviews.llvm.org/D142572#4083109>, @sebpop wrote:

> I added a testcase, however I was not able to check if the test catches the issue.
>
> I need some help on how to run the bolt tests.
> I did a `make check-all` in a build with `-DLLVM_ENABLE_PROJECTS="clang;bolt"` however that did not include the test that I added, as it is supposed to fail without the current patch.
> I also tried to run the test directly with lit, and that failed as well.
> Could somebody point me to the docs that describe how to run the bolt tests?
>
> Thank you.

Please also enable lld project.


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

https://reviews.llvm.org/D142572



More information about the llvm-commits mailing list