Displaying 5 results from an estimated 5 matches for "vomniqjefza".
2013 Nov 20
2
[LLVMdev] Issues with inline assembly
On Wed, Nov 20, 2013 at 8:55 PM, Stephen Checkoway <s at pahtak.org> wrote:
>
> This has come up before <https://groups.google.com/forum/#!topic/llvm-dev/vomnIQjefzA>. I don't recall if there was a resolution.
>
Thanks for the link, completely missed when googled the issue. I think
no consensus was reached (I cannot find any commit in the repository
addressing such issues). I will try and search for the culprit of the
inline assembly and replace it w...
2013 Nov 20
2
[LLVMdev] Issues with inline assembly
Hi guys,
I am trying to compile some files using clang + llvm and I am
encountering the following error during the linking step:
<inline asm>:1:2: error: ambiguous instructions require an explicit
suffix (could be 'btsw', 'btsl', or 'btsq')
bts $14,(%eax)
Which basically does not make any sense, because I don't have the
mentioned inline assembly in any
2013 Nov 20
0
[LLVMdev] Issues with inline assembly
...;razvan.ghitulete at gmail.com> wrote:
> <inline asm>:1:2: error: ambiguous instructions require an explicit
> suffix (could be 'btsw', 'btsl', or 'btsq')
> bts $14,(%eax)
This has come up before <https://groups.google.com/forum/#!topic/llvm-dev/vomnIQjefzA>. I don't recall if there was a resolution.
--
Stephen Checkoway
2013 Nov 20
0
[LLVMdev] Issues with inline assembly
On Nov 20, 2013, at 4:11 PM, Ghitulete Razvan <razvan.ghitulete at gmail.com> wrote:
> On Wed, Nov 20, 2013 at 8:55 PM, Stephen Checkoway <s at pahtak.org> wrote:
>>
>> This has come up before <https://groups.google.com/forum/#!topic/llvm-dev/vomnIQjefzA>. I don't recall if there was a resolution.
>>
>
> Thanks for the link, completely missed when googled the issue. I think
> no consensus was reached (I cannot find any commit in the repository
> addressing such issues). I will try and search for the culprit of the
> in...
2013 Nov 21
1
[LLVMdev] Issues with inline assembly
...;
> On Nov 20, 2013, at 4:11 PM, Ghitulete Razvan <razvan.ghitulete at gmail.com> wrote:
>
>> On Wed, Nov 20, 2013 at 8:55 PM, Stephen Checkoway <s at pahtak.org> wrote:
>>>
>>> This has come up before <https://groups.google.com/forum/#!topic/llvm-dev/vomnIQjefzA>. I don't recall if there was a resolution.
>>>
>>
>> Thanks for the link, completely missed when googled the issue. I think
>> no consensus was reached (I cannot find any commit in the repository
>> addressing such issues). I will try and search for the cu...