[PATCH] D66405: [llvm-ifs] llvm Interface Stubs merging + object file generation tool.

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 18 23:49:25 PDT 2019


plotfi created this revision.
plotfi added a reviewer: compnerd.
Herald added subscribers: llvm-commits, mgorny.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.

This tool can merge interface stub files (of a slightly new format), and can also generate ELF SO files.

The new IFS format is as follows:

  --- !experimental-ifs-v1
  IfsVersion:      1.0
  Triple:          <llvm triple>
  ObjectFileFormat: <ELF | others not yet supported>
  Symbols:
    _ZSymbolName: { Type: <type> }
  ...


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66405

Files:
  llvm/tools/LLVMBuild.txt
  llvm/tools/llvm-ifs/CMakeLists.txt
  llvm/tools/llvm-ifs/LLVMBuild.txt
  llvm/tools/llvm-ifs/llvm-ifs.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66405.215826.patch
Type: text/x-patch
Size: 12346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190819/4074c30e/attachment.bin>


More information about the llvm-commits mailing list