Displaying 2 results from an estimated 2 matches for "a9aec3c2".
2012 Nov 14
0
[LLVMdev] Clang error - CPU feature not currently enabled
Yep. That diagnostic is terrible.
As of r167937 we get:
error: instruction requires: 32-bit mode
jmp *%edx
^
-Jim
On Nov 14, 2012, at 8:41 AM, Eric Christopher <echristo at gmail.com> wrote:
> Most likely candidate for sure. Not a helpful error message though :(
>
> -eric
>
>
> On Wed, Nov 14, 2012 at 8:17 AM, Craig Topper <craig.topper at gmail.com> wrote:
2012 Nov 14
2
[LLVMdev] Clang error - CPU feature not currently enabled
Most likely candidate for sure. Not a helpful error message though :(
-eric
On Wed, Nov 14, 2012 at 8:17 AM, Craig Topper <craig.topper at gmail.com>wrote:
> I believe it's failing on 64-bit because that's a 32-bit indirect jump.
> 64-bit needs jmp *%rdx.
>
>
> On Wednesday, November 14, 2012, Shaltiel, Alon wrote:
>
>> ** **
>>
>> ** **