[PATCH] D78778: [AsmPrinter] Fix emitting CFI for debug when exceptions are not supported
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 27 10:59:00 PDT 2021
dblaikie added a comment.
In D78778#2719704 <https://reviews.llvm.org/D78778#2719704>, @RamNalamothu wrote:
> Fix couple of WebAsembly debug info LIT tests, as we now emit .debug_frame when no exceptions.
Hmm - was this intended to change the behavior of WebAssembly? Could you get someone with some WebAssembly context to double check this is desirable behavior?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78778/new/
https://reviews.llvm.org/D78778
More information about the llvm-commits
mailing list