[PATCH] D13645: [ELF2] - implemented default enterpteter for X86, X86_64, PPC and AArch64

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 01:38:52 PDT 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: grimar, llvm-commits.
Herald added subscribers: rengolin, aemerson.

Before this patch .interp section was never created (if -dynamic-linker was not specified) because there was no default dynamic linker assigned.

http://reviews.llvm.org/D13645

Files:
  Driver.cpp
  Target.cpp
  Target.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13645.37082.patch
Type: text/x-patch
Size: 2933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151012/ea3fd7c8/attachment.bin>


More information about the llvm-commits mailing list