[PATCH] D20020: Provide support for preserving assembly comments

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 11:50:58 PDT 2016


niravd added a comment.

In http://reviews.llvm.org/D20020#452526, @majnemer wrote:

> What is the rationale behind adding this functionality to MC?


There are some projects which rely on emitted comments from inline assembly, e.g., Seabios. As a result when compiling with clang they turn off the integrated assembler.


http://reviews.llvm.org/D20020





More information about the llvm-commits mailing list