[PATCH] D51695: [MC] [AsmParser]: Ensure a new CFI frame is not opened within an existing one when using integrated-as.
Kristina Brooks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 5 10:56:58 PDT 2018
kristina added a comment.
Yes, though I specifically tried to avoid touching MCStreamer itself for that reason since regressions there would be much worse than in AsmParser, and I'm not entirely sure how to test this either, since it's an error right down the line in MCStreamer from which it doesn't bail out after calling `reportError`.
Repository:
rL LLVM
https://reviews.llvm.org/D51695
More information about the llvm-commits
mailing list