]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Fix section relocation for SECTIONREL32 with immediate offset.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 25 Apr 2013 19:27:05 +0000 (19:27 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 25 Apr 2013 19:27:05 +0000 (19:27 +0000)
commit93d0b06e2adca2d9f3d4ec544f352cc4e5e9618a
tree6393379be10ece13862a627f993950069bcfcfe8
parentc16f8c5e564fc2d69c75e85bdda66ad001d6b99e
Fix section relocation for SECTIONREL32 with immediate offset.

Patch by Kai Nacke. This matches the gnu as output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180568 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCExpr.cpp
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
test/MC/COFF/secrel-variant.s [new file with mode: 0644]