[PATCH] Force to use python 2.x series of python. Because under Win32, that's possible both Python 2.x and Python 3.x installed. and then FindPythonInterp will found python 3.x by default. So we use set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4) to force use 2.x
Yonggang Luo
luoyonggang at gmail.com
Fri Jun 21 10:35:12 PDT 2013
Move the ELF,COFF,MachO format declaration files from Support to Object folder.
http://llvm-reviews.chandlerc.com/D1024
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D1024?vs=2530&id=2533#toc
Files:
include/llvm/Object/COFFFormat.h
include/llvm/Support/COFF.h
include/llvm/Object/ELFFormat.h
include/llvm/Support/ELF.h
include/llvm/Object/MachOFormat.h
include/llvm/Support/MachO.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1024.2.patch
Type: text/x-patch
Size: 146078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130621/288d8728/attachment.bin>
More information about the llvm-commits
mailing list