[PATCH] D114818: [libunwind] Fix unwind_leaffunction test

Vlad Vereschaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 30 15:14:56 PST 2021


vvereschaka added a comment.

> Do we need to apply __attribute__((noinline)) to main? Can you try that out and let me know if that helps?

I tried to add `__attribute__((noinline))` attribute, but it didn't help. I got the same dump.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114818



More information about the llvm-commits mailing list