[PATCH] D18403: Access protected symbols via GOT, even in non-PIC mode

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 08:21:12 PDT 2016


joerg removed rL LLVM as the repository for this revision.
joerg updated this revision to Diff 51920.
joerg added a comment.

Explicitly check that the address of a protected function uses the GOT as well. That's the remaining concern the IRC discussion.


http://reviews.llvm.org/D18403

Files:
  include/llvm/IR/GlobalValue.h
  lib/Target/X86/X86FastISel.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86Subtarget.cpp
  test/CodeGen/X86/protected.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18403.51920.patch
Type: text/x-patch
Size: 7725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160329/e9b86362/attachment-0001.bin>


More information about the llvm-commits mailing list