[LLVMbugs] [Bug 9014] New: cannot build ctypes module from Python
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 20 13:38:59 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9014
Summary: cannot build ctypes module from Python
Product: clang
Version: 2.8
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
AssignedTo: kremenek at apple.com
ReportedBy: brett at python.org
CC: llvmbugs at cs.uiuc.edu
As of LLVM 2.8, clang can no longer build the ctypes module from Python (this
has been verified as an issue for Python 2.7, 3.1, and the in-development 3.2).
There were no issues with LLVM 2.7. The relevant Python bug is
http://bugs.python.org/issue10238 (although there is currently nothing
enlightening there).
The error output is::
/var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/cc-Sf4aFl.s:153:2: error:
unrecognized instruction
cmovnz %rax, %rdx
^
/var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/cc-Sf4aFl.s:154:2: error:
unrecognized instruction
cmovnz %r10, %rax
^
/var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/cc-Sf4aFl.s:156:2: error:
unrecognized instruction
cmovnz %r10, %rdx
^
/var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/cc-Sf4aFl.s:158:2: error:
unrecognized instruction
cmovnz %r10, %rax
^
/var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/cc-Sf4aFl.s:159:2: error:
unrecognized instruction
cmovnz %r11, %rdx
^
/var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/cc-Sf4aFl.s:166:2: error:
unrecognized instruction
rep movsb
^
/var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/cc-Sf4aFl.s:281:2: error:
unrecognized instruction
cmovnz %rdx, %rcx
^
/var/folders/MN/MN-E3HgoFXSKDXb9le7FQ++++TI/-Tmp-/cc-Sf4aFl.s:285:2: error:
unrecognized instruction
cmovnz %rdx, %rax
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list