- Target PIC style is no longer affected by relocation model.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 18 Jan 2007 22:27:12 +0000 (22:27 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 18 Jan 2007 22:27:12 +0000 (22:27 +0000)
commitae19abc2cc81fea233d08148287052204112f489
treef4264949eb2c5add78557f83222db751ea3ac15b
parent93d9eb8263b145d83746fac049c84a1bbf0b9086
- Target PIC style is no longer affected by relocation model.
- In x86-64 mode, symbols with external linkage (not just symbols which are
  defined externally) requires GOT indirect reference.
- Stylistic code clean up.

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