[PATCH] D51695: [MC] [AsmParser]: Ensure a new CFI frame is not opened within an existing one when using cc1as (causing a crash due to failed assert).

Kristina Brooks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 14:09:38 PDT 2018


kristina added a reviewer: rnk.
kristina added a comment.

Alright, I'll handle it in MCStreamer directly instead, if SMLoc is provided will try to print an error with more context seeing as it could be from `-cc1as`.


Repository:
  rL LLVM

https://reviews.llvm.org/D51695





More information about the llvm-commits mailing list