[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:33:37 PDT 2013
    
    
  
lygstate added you to the CC list for the revision "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".
Move the ELF,COFF,MachO format declaration files from Support to Object folder.
Use the new object format structures and constants definitions under llvm/Object/[COFFFormat.h/ELFFormat.h/MachOFormat.h]
Remove unused llvm/Support/[COFF.h/ELF.h/MachO.h]
http://llvm-reviews.chandlerc.com/D1024
Files:
  CMakeLists.txt
  include/llvm/MC/MCELFObjectWriter.h
  include/llvm/MC/MCELFSymbolFlags.h
  include/llvm/MC/MCSectionCOFF.h
  include/llvm/MC/MCSectionELF.h
  include/llvm/Object/COFF.h
  include/llvm/Object/COFFFormat.h
  include/llvm/Support/COFF.h
  include/llvm/Object/COFFYAML.h
  include/llvm/Object/ELF.h
  include/llvm/Object/ELFFormat.h
  include/llvm/Support/ELF.h
  include/llvm/Object/ELFYAML.h
  include/llvm/Object/MachO.h
  include/llvm/Object/MachOFormat.h
  include/llvm/Object/RelocVisitor.h
  include/llvm/Support/MachO.h
  lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  lib/MC/ELFObjectWriter.cpp
  lib/MC/MCContext.cpp
  lib/MC/MCELF.cpp
  lib/MC/MCELFStreamer.cpp
  lib/MC/MCParser/COFFAsmParser.cpp
  lib/MC/MCParser/ELFAsmParser.cpp
  lib/MC/MCSectionELF.cpp
  lib/MC/WinCOFFObjectWriter.cpp
  lib/MC/WinCOFFStreamer.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
  lib/Target/ARM/ARMAsmPrinter.cpp
  lib/Target/ARM/ARMTargetObjectFile.cpp
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
  lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  lib/Target/MBlaze/MBlazeTargetObjectFile.cpp
  lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp
  lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
  lib/Target/Mips/MipsAsmPrinter.cpp
  lib/Target/Mips/MipsTargetObjectFile.cpp
  lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
  lib/Target/PowerPC/PPCAsmPrinter.cpp
  lib/Target/R600/AMDGPUAsmPrinter.cpp
  lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
  lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
  lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
  lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
  lib/Target/X86/X86AsmPrinter.cpp
  lib/Target/XCore/XCoreTargetObjectFile.cpp
  tools/llvm-objdump/MachODump.cpp
  tools/yaml2obj/yaml2elf.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1024.1.patch
Type: text/x-patch
Size: 76919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130621/0ab75b22/attachment.bin>
    
    
More information about the llvm-commits
mailing list