[llvm-bugs] [Bug 18647] Assertion failure in clang when compiling pulseaudio
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 23 15:38:26 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=18647
Alexander Kornienko <alexfh at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexfh at google.com
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #6 from Alexander Kornienko <alexfh at google.com> ---
The error is there, but the crash is gone:
$ ./sbc_primitives_mmx-08abd7.sh
clang -cc1 version 9.0.0 based upon LLVM 9.0.0svn default target
x86_64-unknown-linux-gnu
#include "..." search starts here:
End of search list.
In file included from sbc_primitives_mmx-08abd7.c:1:
In file included from <built-in>:1:
modules/bluetooth/sbc/sbc_primitives_mmx.c:295:5: error: invalid operand for
inline asm constraint 'i'
"movq (%4), %%mm0\n"
^
1 error generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190423/f45e33de/attachment-0001.html>
More information about the llvm-bugs
mailing list