[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).

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 14:03:36 PDT 2018


rnk added a comment.

Passing the source location through to MCStreamer seems like a good idea. Before https://reviews.llvm.org/rL315264, this code used to use report_fatal_error. My goal was to make it less crummy, and make sure errors get diagnosed when emitting assembly or emitting object files.


Repository:
  rL LLVM

https://reviews.llvm.org/D51695





More information about the llvm-commits mailing list