[PATCH] D27244: MCStreamer: Use "cfi" for CFI related temp labels.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 15:30:46 PST 2016


rnk added a comment.

Why do we need to print labels for CFI at all? The labels generally aren't referenced anywhere, and they only pollute the assembly output. The assembler creates internal labels when processing .cfi_* and .seh_* directives.


Repository:
  rL LLVM

https://reviews.llvm.org/D27244





More information about the llvm-commits mailing list