Displaying 2 results from an estimated 2 matches for "19c09295".
Did you mean:
19409245
2015 Mar 25
2
[LLVMdev] LLVM fails for inline asm with Link Time Optimization
Hi ,
I am trying to enable link time optimization for my projects. Few of
them has inline assembly which works perfectly with clang/llvm but on
enabling LTO I get following error
LLVM ERROR: Error parsing inline asm
<inline asm>:103:2 : error 0: unknown use of instruction mnemonic without a
size suffix
<inline asm>:104:16 : error 0: invalid operand for instruction
<inline
2015 Mar 26
2
[LLVMdev] LLVM fails for inline asm with Link Time Optimization
...>
>> Is this a known issue ? Any workaround for this ?
>>
>
>
> My experience is that LTO doesn't break inline assembly.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150326/19c09295/attachment.html>