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

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 09:18:35 PST 2023


yota9 added a comment.

I'm not sure why check-bolt doesn't work for you, it works fine for me..
Plus we've got more complicated tests than this one, probably it is something in env causes the problem. I don't say that there is no problem, but I would say that probably we need another test or maybe pre-built binary in yaml format, we have some tests like that.  Also be aware that %cflags contains nostdlib, so no startup files (that seems to have a problem) would be linked in...


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

https://reviews.llvm.org/D142572



More information about the llvm-commits mailing list