Refactored JIT codegen for mingw32. Now we're using standart relocation
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 22 Dec 2006 22:29:05 +0000 (22:29 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 22 Dec 2006 22:29:05 +0000 (22:29 +0000)
commit2b2bc688849234b9ee5e0c8704a2984f0e9cbba3
tree104e48b07d554c7dc49aaf62c4ff2d56bae85ba0
parentee5f9274b925c59082e7ed7f5506bbb5af0d854b
Refactored JIT codegen for mingw32. Now we're using standart relocation
type for distinguish JIT & non-JIT instead of "dirty" hacks :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp