https://bugs.llvm.org/show_bug.cgi?id=42831

Eli Friedman <efrie...@quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|REOPENED                    |RESOLVED

--- Comment #7 from Eli Friedman <efrie...@quicinc.com> ---
Inline asm inside a function is represented as a special sort of call; see
http://llvm.org/docs/LangRef.html#inline-assembler-expressions .

Inline asm outside a function is represented as an opaque string; see
http://llvm.org/docs/LangRef.html#module-level-inline-assembly .

It's technically possible to convert a ".s" file to module-level inline asm,
but it wouldn't be useful for any normal workflow, and it might break assembly
that isn't written to expect that sort of embedding.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to