[PATCH] D46653: Start support for linking object files with split stacks

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 12 11:34:47 PDT 2018


saugustine updated this revision to Diff 155237.
saugustine marked 9 inline comments as done.
saugustine added a comment.

Much better code coverage in tests. Fix various style issues.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46653

Files:
  ELF/Arch/X86_64.cpp
  ELF/InputFiles.cpp
  ELF/InputFiles.h
  ELF/InputSection.cpp
  ELF/InputSection.h
  ELF/Target.cpp
  ELF/Target.h
  test/ELF/Inputs/x86-64-split-stack-main.s
  test/ELF/splitstacks.s
  test/ELF/x86-64-split-stack-prologue-adjust-fail.s
  test/ELF/x86-64-split-stack-prologue-adjust-silent.s
  test/ELF/x86-64-split-stack-prologue-adjust-success.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46653.155237.patch
Type: text/x-patch
Size: 20239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180712/eaa244af/attachment.bin>


More information about the llvm-commits mailing list