[PATCH] [lld] Add basic linker script parsing.

Michael Spencer bigcheesegs at gmail.com
Wed Feb 27 18:20:11 PST 2013


Hi shankarke, kledzik,

This adds basic linker script parsing. Enough to read and apply the libc.so linker script which just specifies extra files to link.

http://llvm-reviews.chandlerc.com/D477

Files:
  CMakeLists.txt
  include/lld/Core/Error.h
  include/lld/Core/File.h
  include/lld/ReaderWriter/ELFTargetInfo.h
  include/lld/ReaderWriter/LinkerScript.h
  include/lld/ReaderWriter/ReaderLinkerScript.h
  lib/Core/Error.cpp
  lib/ReaderWriter/CMakeLists.txt
  lib/ReaderWriter/ELF/ELFTargetInfo.cpp
  lib/ReaderWriter/LinkerScript.cpp
  lib/ReaderWriter/ReaderLinkerScript.cpp
  test/CMakeLists.txt
  test/linker-script.test
  utils/CMakeLists.txt
  utils/linker-script-test/CMakeLists.txt
  utils/linker-script-test/linker-script-test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D477.1.patch
Type: text/x-patch
Size: 24598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130227/e56d04a3/attachment.bin>


More information about the llvm-commits mailing list