[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in clang

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 15 17:23:17 PDT 2019


void added a comment.

In D56571#1467358 <https://reviews.llvm.org/D56571#1467358>, @craig.topper wrote:

> I think things don't work right unless you disable the integrated assembler. I'm not sure why though.


Using `-no-integrated-as` does allow it to compile, but it doesn't link (with ld.lld) if LTO is specified. Is there an equivalent flag / plugin-opt for lld?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56571/new/

https://reviews.llvm.org/D56571





More information about the cfe-commits mailing list